Html Css Color HEX #6F1258 Palatinate Purple

📋 copy color: '#6F1258'

red 111 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #6F1258

Tints of Palatinate Purple #6F1258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 51.15%
G = 8.29%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F1258 (or 0x6F1258) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 58. RGB value is (111,18,88). Sum of RGB (Red+Green+Blue) = 111+18+88=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1258 is #90EDA7. Grayscale: #353535. Windows color (decimal): -9498024 or 5771887. OLE color: 5771887.

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

Color convert

RGB 111 18 88 -
CMYK 0 0.84 0.21 0.56
HSL 314.84º 0.72% 0.25% -
HSV(B) 314.84º 0.84% 0.44% -
XYZ 8.53 4.52 9.65 -
YUV 53.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 111 18 88 0 0.84 0.21 0.56 314.84 0.72 0.25
Hex 6F 12 58 0 54 15 38 13B 48 19
Octal 157 22 130 0 124 25 70 473 110 31
Binary 1101111 10010 1011000 0 1010100 10101 111000 100111011 1001000 11001

Color Harmonies of #6F1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1258

Black with #6F1258

Text Example


Text Example

White with #6F1258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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