Html Css Color HEX #6C115F Palatinate Purple

📋 copy color: '#6C115F'

red 108 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #6C115F

Tints of Palatinate Purple #6C115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

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

R = 49.09%
G = 7.73%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C115F (or 0x6C115F) is known color: Palatinate Purple. HEX triplet: 6C, 11 and 5F. RGB value is (108,17,95). Sum of RGB (Red+Green+Blue) = 108+17+95=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C115F is #93EEA0. Grayscale: #343434. Windows color (decimal): -9694881 or 6230380. OLE color: 6230380.

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

Color convert

RGB 108 17 95 -
CMYK 0 0.84 0.12 0.58
HSL 308.57º 0.73% 0.25% -
HSV(B) 308.57º 0.84% 0.42% -
XYZ 8.45 4.42 11.23 -
YUV 53.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 108 17 95 0 0.84 0.12 0.58 308.57 0.73 0.25
Hex 6C 11 5F 0 54 C 3A 135 49 19
Octal 154 21 137 0 124 14 72 465 111 31
Binary 1101100 10001 1011111 0 1010100 1100 111010 100110101 1001001 11001

Color Harmonies of #6C115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C115F

Black with #6C115F

Text Example


Text Example

White with #6C115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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