Html Css Color HEX #6C0E5B Palatinate Purple

📋 copy color: '#6C0E5B'

red 108 ◦ green 14 ◦ blue 91

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

Shades of Palatinate Purple #6C0E5B

Tints of Palatinate Purple #6C0E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.57%

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 50.7%
G = 6.57%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C0E5B (or 0x6C0E5B) is known color: Palatinate Purple. HEX triplet: 6C, 0E and 5B. RGB value is (108,14,91). Sum of RGB (Red+Green+Blue) = 108+14+91=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E5B is #93F1A4. Grayscale: #323232. Windows color (decimal): -9695653 or 5967468. OLE color: 5967468.

HSL color Cylindrical-coordinate representation of color #6C0E5B: hue angle of 310.85º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E5B is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 14 91 -
CMYK 0 0.87 0.16 0.58
HSL 310.85º 0.77% 0.24% -
HSV(B) 310.85º 0.87% 0.42% -
XYZ 8.23 4.26 10.29 -
YUV 50.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 108 14 91 0 0.87 0.16 0.58 310.85 0.77 0.24
Hex 6C E 5B 0 57 10 3A 137 4D 18
Octal 154 16 133 0 127 20 72 467 115 30
Binary 1101100 1110 1011011 0 1010111 10000 111010 100110111 1001101 11000

Color Harmonies of #6C0E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0E5B

Black with #6C0E5B

Text Example


Text Example

White with #6C0E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,91); }

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

background-color css

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

 a { background-color: rgb(108,14,91); }

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

border-color css

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

 span { border-color: rgb(108,14,91); }

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