Html Css Color HEX #6F166D Palatinate Purple

📋 copy color: '#6F166D'

red 111 ◦ green 22 ◦ blue 109

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

Shades of Palatinate Purple #6F166D

Tints of Palatinate Purple #6F166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 45.87%
G = 9.09%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F166D (or 0x6F166D) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 6D. RGB value is (111,22,109). Sum of RGB (Red+Green+Blue) = 111+22+109=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F166D is #90E992. Grayscale: #3A3A3A. Windows color (decimal): -9496979 or 7149167. OLE color: 7149167.

HSL color Cylindrical-coordinate representation of color #6F166D: hue angle of 301.35º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F166D is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 109 -
CMYK 0 0.80 0.02 0.56
HSL 301.35º 0.67% 0.26% -
HSV(B) 301.35º 0.8% 0.44% -
XYZ 9.6 5.06 14.94 -
YUV 58.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 111 22 109 0 0.80 0.02 0.56 301.35 0.67 0.26
Hex 6F 16 6D 0 50 2 38 12D 43 1A
Octal 157 26 155 0 120 2 70 455 103 32
Binary 1101111 10110 1101101 0 1010000 10 111000 100101101 1000011 11010

Color Harmonies of #6F166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F166D

Black with #6F166D

Text Example


Text Example

White with #6F166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,22,109); }

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

background-color css

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

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

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

border-color css

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

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

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