Html Css Color HEX #6C155F Palatinate Purple

📋 copy color: '#6C155F'

red 108 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #6C155F

Tints of Palatinate Purple #6C155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 48.21%
G = 9.38%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C155F (or 0x6C155F) is known color: Palatinate Purple. HEX triplet: 6C, 15 and 5F. RGB value is (108,21,95). Sum of RGB (Red+Green+Blue) = 108+21+95=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C155F is #93EAA0. Grayscale: #373737. Windows color (decimal): -9693857 or 6231404. OLE color: 6231404.

HSL color Cylindrical-coordinate representation of color #6C155F: hue angle of 308.97º degrees, saturation: 0.67, 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 #6C155F is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 21 95 -
CMYK 0 0.81 0.12 0.58
HSL 308.97º 0.67% 0.25% -
HSV(B) 308.97º 0.81% 0.42% -
XYZ 8.52 4.55 11.26 -
YUV 55.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 108 21 95 0 0.81 0.12 0.58 308.97 0.67 0.25
Hex 6C 15 5F 0 51 C 3A 135 43 19
Octal 154 25 137 0 121 14 72 465 103 31
Binary 1101100 10101 1011111 0 1010001 1100 111010 100110101 1000011 11001

Color Harmonies of #6C155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C155F

Black with #6C155F

Text Example


Text Example

White with #6C155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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