Html Css Color HEX #6F1558 Palatinate Purple

📋 copy color: '#6F1558'

red 111 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #6F1558

Tints of Palatinate Purple #6F1558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 50.45%
G = 9.55%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F1558 (or 0x6F1558) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 58. RGB value is (111,21,88). Sum of RGB (Red+Green+Blue) = 111+21+88=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1558 is #90EAA7. Grayscale: #373737. Windows color (decimal): -9497256 or 5772655. OLE color: 5772655.

HSL color Cylindrical-coordinate representation of color #6F1558: hue angle of 315.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1558 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 21 88 -
CMYK 0 0.81 0.21 0.56
HSL 315.33º 0.68% 0.26% -
HSV(B) 315.33º 0.81% 0.44% -
XYZ 8.59 4.62 9.67 -
YUV 55.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 111 21 88 0 0.81 0.21 0.56 315.33 0.68 0.26
Hex 6F 15 58 0 51 15 38 13B 44 1A
Octal 157 25 130 0 121 25 70 473 104 32
Binary 1101111 10101 1011000 0 1010001 10101 111000 100111011 1000100 11010

Color Harmonies of #6F1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1558

Black with #6F1558

Text Example


Text Example

White with #6F1558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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