Html Css Color HEX #6F1261 Palatinate Purple

📋 copy color: '#6F1261'

red 111 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #6F1261

Tints of Palatinate Purple #6F1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

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

R = 49.12%
G = 7.96%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F1261 (or 0x6F1261) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 61. RGB value is (111,18,97). Sum of RGB (Red+Green+Blue) = 111+18+97=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1261 is #90ED9E. Grayscale: #363636. Windows color (decimal): -9498015 or 6361711. OLE color: 6361711.

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

Color convert

RGB 111 18 97 -
CMYK 0 0.84 0.13 0.56
HSL 309.03º 0.72% 0.25% -
HSV(B) 309.03º 0.84% 0.44% -
XYZ 8.93 4.68 11.74 -
YUV 54.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 111 18 97 0 0.84 0.13 0.56 309.03 0.72 0.25
Hex 6F 12 61 0 54 D 38 135 48 19
Octal 157 22 141 0 124 15 70 465 110 31
Binary 1101111 10010 1100001 0 1010100 1101 111000 100110101 1001000 11001

Color Harmonies of #6F1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1261

Black with #6F1261

Text Example


Text Example

White with #6F1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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