Html Css Color HEX #6F1260 Palatinate Purple

📋 copy color: '#6F1260'

red 111 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #6F1260

Tints of Palatinate Purple #6F1260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.67%

R = 49.33%
G = 8%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F1260 (or 0x6F1260) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 60. RGB value is (111,18,96). Sum of RGB (Red+Green+Blue) = 111+18+96=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1260 is #90ED9F. Grayscale: #363636. Windows color (decimal): -9498016 or 6296175. OLE color: 6296175.

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

Color convert

RGB 111 18 96 -
CMYK 0 0.84 0.14 0.56
HSL 309.68º 0.72% 0.25% -
HSV(B) 309.68º 0.84% 0.44% -
XYZ 8.88 4.66 11.5 -
YUV 54.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 111 18 96 0 0.84 0.14 0.56 309.68 0.72 0.25
Hex 6F 12 60 0 54 E 38 136 48 19
Octal 157 22 140 0 124 16 70 466 110 31
Binary 1101111 10010 1100000 0 1010100 1110 111000 100110110 1001000 11001

Color Harmonies of #6F1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1260

Black with #6F1260

Text Example


Text Example

White with #6F1260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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