Html Css Color HEX #6F0966 Palatinate Purple

📋 copy color: '#6F0966'

red 111 ◦ green 9 ◦ blue 102

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

Shades of Palatinate Purple #6F0966

Tints of Palatinate Purple #6F0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 50%
G = 4.05%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F0966 (or 0x6F0966) is known color: Palatinate Purple. HEX triplet: 6F, 09 and 66. RGB value is (111,9,102). Sum of RGB (Red+Green+Blue) = 111+9+102=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0966 is #90F699. Grayscale: #313131. Windows color (decimal): -9500314 or 6687087. OLE color: 6687087.

HSL color Cylindrical-coordinate representation of color #6F0966: hue angle of 305.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0966 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 102 -
CMYK 0 0.92 0.08 0.56
HSL 305.29º 0.85% 0.24% -
HSV(B) 305.29º 0.92% 0.44% -
XYZ 9.05 4.53 12.97 -
YUV 50.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 111 9 102 0 0.92 0.08 0.56 305.29 0.85 0.24
Hex 6F 9 66 0 5C 8 38 131 55 18
Octal 157 11 146 0 134 10 70 461 125 30
Binary 1101111 1001 1100110 0 1011100 1000 111000 100110001 1010101 11000

Color Harmonies of #6F0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0966

Black with #6F0966

Text Example


Text Example

White with #6F0966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,102); }

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

background-color css

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

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

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

border-color css

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

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

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