Html Css Color HEX #6D005E Palatinate Purple

📋 copy color: '#6D005E'

red 109 ◦ green 0 ◦ blue 94

#6D005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #6D005E

Tints of Palatinate Purple #6D005E

RGB

 RED value IS 109 (42.97% from 255) = 53.69%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 53.69%
G = 0%
B = 46.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6D005E (or 0x6D005E) is known color: Palatinate Purple. HEX triplet: 6D, 00 and 5E. RGB value is (109,0,94). Sum of RGB (Red+Green+Blue) = 109+0+94=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005E is #92FFA1. Grayscale: #2B2B2B. Windows color (decimal): -9633698 or 6160493. OLE color: 6160493.

HSL color Cylindrical-coordinate representation of color #6D005E: hue angle of 308.26º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D005E is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 94 -
CMYK 0 1 0.14 0.57
HSL 308.26º 1% 0.21% -
HSV(B) 308.26º 1% 0.43% -
XYZ 8.33 4.06 10.93 -
YUV 43.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 109 0 94 0 1 0.14 0.57 308.26 1 0.21
Hex 6D 0 5E 0 64 E 39 134 64 15
Octal 155 0 136 0 144 16 71 464 144 25
Binary 1101101 0 1011110 0 1100100 1110 111001 100110100 1100100 10101

Color Harmonies of #6D005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D005E

Black with #6D005E

Text Example


Text Example

White with #6D005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D005E; }

 p { color: rgb(109,0,94); }

 H1.HeaderClassName
 {
   color: #6D005E;
 }
 .AnyTagClassName
 {
   color: #6D005E;
 }
</style>

background-color css

<style>
 a { background-color: #6D005E; }

 a { background-color: rgb(109,0,94); }

 div.DivClassName
 {
   background-color: #6D005E;
 }
 .BgClassName
 {
   background-color: #6D005E;
 }
</style>

border-color css

<style>
 span { border-color: #6D005E; }

 span { border-color: rgb(109,0,94); }

 td.TdClassName
 {
   border-color: #6D005E;
 }
 .TagClassName
 {
   border-color: #6D005E;
 }
</style>