Html Css Color HEX #6D196A Palatinate Purple

📋 copy color: '#6D196A'

red 109 ◦ green 25 ◦ blue 106

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

Shades of Palatinate Purple #6D196A

Tints of Palatinate Purple #6D196A

RGB

 RED value IS 109 (42.97% from 255) = 45.42%

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

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 45.42%
G = 10.42%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D196A (or 0x6D196A) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 6A. RGB value is (109,25,106). Sum of RGB (Red+Green+Blue) = 109+25+106=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D196A is #92E695. Grayscale: #3B3B3B. Windows color (decimal): -9627286 or 6953325. OLE color: 6953325.

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

Color convert

RGB 109 25 106 -
CMYK 0 0.77 0.03 0.57
HSL 302.14º 0.63% 0.26% -
HSV(B) 302.14º 0.77% 0.43% -
XYZ 9.26 4.99 14.11 -
YUV 59.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 109 25 106 0 0.77 0.03 0.57 302.14 0.63 0.26
Hex 6D 19 6A 0 4D 3 39 12E 3F 1A
Octal 155 31 152 0 115 3 71 456 77 32
Binary 1101101 11001 1101010 0 1001101 11 111001 100101110 111111 11010

Color Harmonies of #6D196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D196A

Black with #6D196A

Text Example


Text Example

White with #6D196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,106); }

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

background-color css

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

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

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

border-color css

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

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

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