Html Css Color HEX #6F196E Palatinate Purple

📋 copy color: '#6F196E'

red 111 ◦ green 25 ◦ blue 110

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

Shades of Palatinate Purple #6F196E

Tints of Palatinate Purple #6F196E

RGB

 RED value IS 111 (43.75% from 255) = 45.12%

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

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

R = 45.12%
G = 10.16%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F196E (or 0x6F196E) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 6E. RGB value is (111,25,110). Sum of RGB (Red+Green+Blue) = 111+25+110=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F196E is #90E691. Grayscale: #3C3C3C. Windows color (decimal): -9496210 or 7215471. OLE color: 7215471.

HSL color Cylindrical-coordinate representation of color #6F196E: hue angle of 300.7º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F196E is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 110 -
CMYK 0 0.77 0.01 0.56
HSL 300.7º 0.63% 0.27% -
HSV(B) 300.7º 0.77% 0.44% -
XYZ 9.72 5.2 15.24 -
YUV 60.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 111 25 110 0 0.77 0.01 0.56 300.7 0.63 0.27
Hex 6F 19 6E 0 4D 1 38 12D 3F 1B
Octal 157 31 156 0 115 1 70 455 77 33
Binary 1101111 11001 1101110 0 1001101 1 111000 100101101 111111 11011

Color Harmonies of #6F196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F196E

Black with #6F196E

Text Example


Text Example

White with #6F196E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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