Html Css Color HEX #6C196B Palatinate Purple

📋 copy color: '#6C196B'

red 108 ◦ green 25 ◦ blue 107

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

Shades of Palatinate Purple #6C196B

Tints of Palatinate Purple #6C196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 45%
G = 10.42%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6C196B (or 0x6C196B) is known color: Palatinate Purple. HEX triplet: 6C, 19 and 6B. RGB value is (108,25,107). Sum of RGB (Red+Green+Blue) = 108+25+107=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C196B is #93E694. Grayscale: #3A3A3A. Windows color (decimal): -9692821 or 7018860. OLE color: 7018860.

HSL color Cylindrical-coordinate representation of color #6C196B: hue angle of 300.72º 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 #6C196B is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 25 107 -
CMYK 0 0.77 0.01 0.58
HSL 300.72º 0.62% 0.26% -
HSV(B) 300.72º 0.77% 0.42% -
XYZ 9.19 4.94 14.38 -
YUV 59.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 108 25 107 0 0.77 0.01 0.58 300.72 0.62 0.26
Hex 6C 19 6B 0 4D 1 3A 12D 3E 1A
Octal 154 31 153 0 115 1 72 455 76 32
Binary 1101100 11001 1101011 0 1001101 1 111010 100101101 111110 11010

Color Harmonies of #6C196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C196B

Black with #6C196B

Text Example


Text Example

White with #6C196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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