Html Css Color HEX #6C1B6E Palatinate Purple

📋 copy color: '#6C1B6E'

red 108 ◦ green 27 ◦ blue 110

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

Shades of Palatinate Purple #6C1B6E

Tints of Palatinate Purple #6C1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 44.08%
G = 11.02%
B = 44.9%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C1B6E (or 0x6C1B6E) is known color: Palatinate Purple. HEX triplet: 6C, 1B and 6E. RGB value is (108,27,110). Sum of RGB (Red+Green+Blue) = 108+27+110=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C1B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1B6E is #93E491. Grayscale: #3C3C3C. Windows color (decimal): -9692306 or 7215980. OLE color: 7215980.

HSL color Cylindrical-coordinate representation of color #6C1B6E: hue angle of 298.55º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B6E is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 27 110 -
CMYK 0.02 0.75 0 0.57
HSL 298.55º 0.61% 0.27% -
HSV(B) 298.55º 0.75% 0.43% -
XYZ 9.39 5.1 15.24 -
YUV 60.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 108 27 110 0.02 0.75 0 0.57 298.55 0.61 0.27
Hex 6C 1B 6E 2 4B 0 39 12B 3D 1B
Octal 154 33 156 2 113 0 71 453 75 33
Binary 1101100 11011 1101110 10 1001011 0 111001 100101011 111101 11011

Color Harmonies of #6C1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1B6E

Black with #6C1B6E

Text Example


Text Example

White with #6C1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,27,110); }

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

background-color css

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

 a { background-color: rgb(108,27,110); }

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

border-color css

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

 span { border-color: rgb(108,27,110); }

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