Html Css Color HEX #6C196C Palatinate Purple

📋 copy color: '#6C196C'

red 108 ◦ green 25 ◦ blue 108

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

Shades of Palatinate Purple #6C196C

Tints of Palatinate Purple #6C196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 44.81%
G = 10.37%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6C196C (or 0x6C196C) is known color: Palatinate Purple. HEX triplet: 6C, 19 and 6C. RGB value is (108,25,108). Sum of RGB (Red+Green+Blue) = 108+25+108=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C196C is #93E693. Grayscale: #3B3B3B. Windows color (decimal): -9692820 or 7084396. OLE color: 7084396.

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

Color convert

RGB 108 25 108 -
CMYK 0 0.77 0 0.58
HSL 300º 0.62% 0.26% -
HSV(B) 300º 0.77% 0.42% -
XYZ 9.24 4.97 14.66 -
YUV 59.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 108 25 108 0 0.77 0 0.58 300 0.62 0.26
Hex 6C 19 6C 0 4D 0 3A 12C 3E 1A
Octal 154 31 154 0 115 0 72 454 76 32
Binary 1101100 11001 1101100 0 1001101 0 111010 100101100 111110 11010

Color Harmonies of #6C196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C196C

Black with #6C196C

Text Example


Text Example

White with #6C196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,108); }

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

background-color css

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

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

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

border-color css

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

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

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