Html Css Color HEX #6F166E Palatinate Purple

📋 copy color: '#6F166E'

red 111 ◦ green 22 ◦ blue 110

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

Shades of Palatinate Purple #6F166E

Tints of Palatinate Purple #6F166E

RGB

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

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

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

R = 45.68%
G = 9.05%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F166E (or 0x6F166E) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 6E. RGB value is (111,22,110). Sum of RGB (Red+Green+Blue) = 111+22+110=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F166E is #90E991. Grayscale: #3A3A3A. Windows color (decimal): -9496978 or 7214703. OLE color: 7214703.

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

Color convert

RGB 111 22 110 -
CMYK 0 0.80 0.01 0.56
HSL 300.67º 0.67% 0.26% -
HSV(B) 300.67º 0.8% 0.44% -
XYZ 9.66 5.08 15.22 -
YUV 58.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 111 22 110 0 0.80 0.01 0.56 300.67 0.67 0.26
Hex 6F 16 6E 0 50 1 38 12D 43 1A
Octal 157 26 156 0 120 1 70 455 103 32
Binary 1101111 10110 1101110 0 1010000 1 111000 100101101 1000011 11010

Color Harmonies of #6F166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F166E

Black with #6F166E

Text Example


Text Example

White with #6F166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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