Html Css Color HEX #6F1169 Palatinate Purple

📋 copy color: '#6F1169'

red 111 ◦ green 17 ◦ blue 105

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

Shades of Palatinate Purple #6F1169

Tints of Palatinate Purple #6F1169

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 47.64%
G = 7.3%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F1169 (or 0x6F1169) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 69. RGB value is (111,17,105). Sum of RGB (Red+Green+Blue) = 111+17+105=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1169 is #90EE96. Grayscale: #363636. Windows color (decimal): -9498263 or 6885743. OLE color: 6885743.

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

Color convert

RGB 111 17 105 -
CMYK 0 0.85 0.05 0.56
HSL 303.83º 0.73% 0.25% -
HSV(B) 303.83º 0.85% 0.44% -
XYZ 9.31 4.8 13.8 -
YUV 55.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 111 17 105 0 0.85 0.05 0.56 303.83 0.73 0.25
Hex 6F 11 69 0 55 5 38 130 49 19
Octal 157 21 151 0 125 5 70 460 111 31
Binary 1101111 10001 1101001 0 1010101 101 111000 100110000 1001001 11001

Color Harmonies of #6F1169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1169

Black with #6F1169

Text Example


Text Example

White with #6F1169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,105); }

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

background-color css

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

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

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

border-color css

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

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

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