Html Css Color HEX #6C085D Palatinate Purple

📋 copy color: '#6C085D'

red 108 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #6C085D

Tints of Palatinate Purple #6C085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 51.67%
G = 3.83%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C085D (or 0x6C085D) is known color: Palatinate Purple. HEX triplet: 6C, 08 and 5D. RGB value is (108,8,93). Sum of RGB (Red+Green+Blue) = 108+8+93=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C085D is #93F7A2. Grayscale: #2F2F2F. Windows color (decimal): -9697187 or 6097004. OLE color: 6097004.

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

Color convert

RGB 108 8 93 -
CMYK 0 0.93 0.14 0.58
HSL 309º 0.86% 0.23% -
HSV(B) 309º 0.93% 0.42% -
XYZ 8.25 4.15 10.72 -
YUV 47.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 108 8 93 0 0.93 0.14 0.58 309 0.86 0.23
Hex 6C 8 5D 0 5D E 3A 135 56 17
Octal 154 10 135 0 135 16 72 465 126 27
Binary 1101100 1000 1011101 0 1011101 1110 111010 100110101 1010110 10111

Color Harmonies of #6C085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C085D

Black with #6C085D

Text Example


Text Example

White with #6C085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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