Html Css Color HEX #6F166C Palatinate Purple

📋 copy color: '#6F166C'

red 111 ◦ green 22 ◦ blue 108

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

Shades of Palatinate Purple #6F166C

Tints of Palatinate Purple #6F166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 46.06%
G = 9.13%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F166C (or 0x6F166C) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 6C. RGB value is (111,22,108). Sum of RGB (Red+Green+Blue) = 111+22+108=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F166C is #90E993. Grayscale: #3A3A3A. Windows color (decimal): -9496980 or 7083631. OLE color: 7083631.

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

Color convert

RGB 111 22 108 -
CMYK 0 0.80 0.03 0.56
HSL 302.02º 0.67% 0.26% -
HSV(B) 302.02º 0.8% 0.44% -
XYZ 9.55 5.04 14.66 -
YUV 58.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 111 22 108 0 0.80 0.03 0.56 302.02 0.67 0.26
Hex 6F 16 6C 0 50 3 38 12E 43 1A
Octal 157 26 154 0 120 3 70 456 103 32
Binary 1101111 10110 1101100 0 1010000 11 111000 100101110 1000011 11010

Color Harmonies of #6F166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F166C

Black with #6F166C

Text Example


Text Example

White with #6F166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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