Html Css Color HEX #6C145E Palatinate Purple

📋 copy color: '#6C145E'

red 108 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #6C145E

Tints of Palatinate Purple #6C145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 48.65%
G = 9.01%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C145E (or 0x6C145E) is known color: Palatinate Purple. HEX triplet: 6C, 14 and 5E. RGB value is (108,20,94). Sum of RGB (Red+Green+Blue) = 108+20+94=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C145E is #93EBA1. Grayscale: #363636. Windows color (decimal): -9694114 or 6165612. OLE color: 6165612.

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

Color convert

RGB 108 20 94 -
CMYK 0 0.81 0.13 0.58
HSL 309.55º 0.69% 0.25% -
HSV(B) 309.55º 0.81% 0.42% -
XYZ 8.45 4.5 11.01 -
YUV 54.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 108 20 94 0 0.81 0.13 0.58 309.55 0.69 0.25
Hex 6C 14 5E 0 51 D 3A 136 45 19
Octal 154 24 136 0 121 15 72 466 105 31
Binary 1101100 10100 1011110 0 1010001 1101 111010 100110110 1000101 11001

Color Harmonies of #6C145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C145E

Black with #6C145E

Text Example


Text Example

White with #6C145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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