Html Css Color HEX #6C085E Palatinate Purple

📋 copy color: '#6C085E'

red 108 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #6C085E

Tints of Palatinate Purple #6C085E

RGB

 RED value IS 108 (42.58% from 255) = 51.43%

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 51.43%
G = 3.81%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C085E (or 0x6C085E) is known color: Palatinate Purple. HEX triplet: 6C, 08 and 5E. RGB value is (108,8,94). Sum of RGB (Red+Green+Blue) = 108+8+94=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C085E is #93F7A1. Grayscale: #2F2F2F. Windows color (decimal): -9697186 or 6162540. OLE color: 6162540.

HSL color Cylindrical-coordinate representation of color #6C085E: hue angle of 308.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C085E is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 8 94 -
CMYK 0 0.93 0.13 0.58
HSL 308.4º 0.86% 0.23% -
HSV(B) 308.4º 0.93% 0.42% -
XYZ 8.29 4.17 10.96 -
YUV 47.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 108 8 94 0 0.93 0.13 0.58 308.4 0.86 0.23
Hex 6C 8 5E 0 5D D 3A 134 56 17
Octal 154 10 136 0 135 15 72 464 126 27
Binary 1101100 1000 1011110 0 1011101 1101 111010 100110100 1010110 10111

Color Harmonies of #6C085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C085E

Black with #6C085E

Text Example


Text Example

White with #6C085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,94); }

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

background-color css

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

 a { background-color: rgb(108,8,94); }

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

border-color css

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

 span { border-color: rgb(108,8,94); }

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