Html Css Color HEX #6F1259 Palatinate Purple

📋 copy color: '#6F1259'

red 111 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #6F1259

Tints of Palatinate Purple #6F1259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 50.92%
G = 8.26%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F1259 (or 0x6F1259) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 59. RGB value is (111,18,89). Sum of RGB (Red+Green+Blue) = 111+18+89=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1259 is #90EDA6. Grayscale: #353535. Windows color (decimal): -9498023 or 5837423. OLE color: 5837423.

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

Color convert

RGB 111 18 89 -
CMYK 0 0.84 0.20 0.56
HSL 314.19º 0.72% 0.25% -
HSV(B) 314.19º 0.84% 0.44% -
XYZ 8.58 4.53 9.87 -
YUV 53.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 111 18 89 0 0.84 0.20 0.56 314.19 0.72 0.25
Hex 6F 12 59 0 54 14 38 13A 48 19
Octal 157 22 131 0 124 24 70 472 110 31
Binary 1101111 10010 1011001 0 1010100 10100 111000 100111010 1001000 11001

Color Harmonies of #6F1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1259

Black with #6F1259

Text Example


Text Example

White with #6F1259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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