Html Css Color HEX #6F1161 Palatinate Purple

📋 copy color: '#6F1161'

red 111 ◦ green 17 ◦ blue 97

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

Shades of Palatinate Purple #6F1161

Tints of Palatinate Purple #6F1161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 49.33%
G = 7.56%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F1161 (or 0x6F1161) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 61. RGB value is (111,17,97). Sum of RGB (Red+Green+Blue) = 111+17+97=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1161 is #90EE9E. Grayscale: #363636. Windows color (decimal): -9498271 or 6361455. OLE color: 6361455.

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

Color convert

RGB 111 17 97 -
CMYK 0 0.85 0.13 0.56
HSL 308.94º 0.73% 0.25% -
HSV(B) 308.94º 0.85% 0.44% -
XYZ 8.91 4.64 11.74 -
YUV 54.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 111 17 97 0 0.85 0.13 0.56 308.94 0.73 0.25
Hex 6F 11 61 0 55 D 38 135 49 19
Octal 157 21 141 0 125 15 70 465 111 31
Binary 1101111 10001 1100001 0 1010101 1101 111000 100110101 1001001 11001

Color Harmonies of #6F1161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1161

Black with #6F1161

Text Example


Text Example

White with #6F1161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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