Html Css Color HEX #6F196F Palatinate Purple

📋 copy color: '#6F196F'

red 111 ◦ green 25 ◦ blue 111

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

Shades of Palatinate Purple #6F196F

Tints of Palatinate Purple #6F196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 44.94%
G = 10.12%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F196F (or 0x6F196F) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 6F. RGB value is (111,25,111). Sum of RGB (Red+Green+Blue) = 111+25+111=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F196F is #90E690. Grayscale: #3C3C3C. Windows color (decimal): -9496209 or 7281007. OLE color: 7281007.

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

Color convert

RGB 111 25 111 -
CMYK 0 0.77 0 0.56
HSL 300º 0.63% 0.27% -
HSV(B) 300º 0.77% 0.44% -
XYZ 9.77 5.22 15.53 -
YUV 60.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 111 25 111 0 0.77 0 0.56 300 0.63 0.27
Hex 6F 19 6F 0 4D 0 38 12C 3F 1B
Octal 157 31 157 0 115 0 70 454 77 33
Binary 1101111 11001 1101111 0 1001101 0 111000 100101100 111111 11011

Color Harmonies of #6F196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F196F

Black with #6F196F

Text Example


Text Example

White with #6F196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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