Html Css Color HEX #6C085F Palatinate Purple

📋 copy color: '#6C085F'

red 108 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #6C085F

Tints of Palatinate Purple #6C085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 51.18%
G = 3.79%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C085F (or 0x6C085F) is known color: Palatinate Purple. HEX triplet: 6C, 08 and 5F. RGB value is (108,8,95). Sum of RGB (Red+Green+Blue) = 108+8+95=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C085F is #93F7A0. Grayscale: #2F2F2F. Windows color (decimal): -9697185 or 6228076. OLE color: 6228076.

HSL color Cylindrical-coordinate representation of color #6C085F: hue angle of 307.8º 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 #6C085F is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 8 95 -
CMYK 0 0.93 0.12 0.58
HSL 307.8º 0.86% 0.23% -
HSV(B) 307.8º 0.93% 0.42% -
XYZ 8.34 4.19 11.2 -
YUV 47.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 108 8 95 0 0.93 0.12 0.58 307.8 0.86 0.23
Hex 6C 8 5F 0 5D C 3A 134 56 17
Octal 154 10 137 0 135 14 72 464 126 27
Binary 1101100 1000 1011111 0 1011101 1100 111010 100110100 1010110 10111

Color Harmonies of #6C085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C085F

Black with #6C085F

Text Example


Text Example

White with #6C085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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