Html Css Color HEX #6B196E Palatinate Purple

📋 copy color: '#6B196E'

red 107 ◦ green 25 ◦ blue 110

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

Shades of Palatinate Purple #6B196E

Tints of Palatinate Purple #6B196E

RGB

 RED value IS 107 (42.19% from 255) = 44.21%

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 44.21%
G = 10.33%
B = 45.45%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B196E (or 0x6B196E) is known color: Palatinate Purple. HEX triplet: 6B, 19 and 6E. RGB value is (107,25,110). Sum of RGB (Red+Green+Blue) = 107+25+110=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B196E is #94E691. Grayscale: #3A3A3A. Windows color (decimal): -9758354 or 7215467. OLE color: 7215467.

HSL color Cylindrical-coordinate representation of color #6B196E: hue angle of 297.88º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B196E is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 25 110 -
CMYK 0.03 0.77 0 0.57
HSL 297.88º 0.63% 0.26% -
HSV(B) 297.88º 0.77% 0.43% -
XYZ 9.23 4.95 15.22 -
YUV 59.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 107 25 110 0.03 0.77 0 0.57 297.88 0.63 0.26
Hex 6B 19 6E 3 4D 0 39 12A 3F 1A
Octal 153 31 156 3 115 0 71 452 77 32
Binary 1101011 11001 1101110 11 1001101 0 111001 100101010 111111 11010

Color Harmonies of #6B196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B196E

Black with #6B196E

Text Example


Text Example

White with #6B196E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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