Html Css Color HEX #6F1456 Palatinate Purple

📋 copy color: '#6F1456'

red 111 ◦ green 20 ◦ blue 86

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

Shades of Palatinate Purple #6F1456

Tints of Palatinate Purple #6F1456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.22%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 51.15%
G = 9.22%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F1456 (or 0x6F1456) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 56. RGB value is (111,20,86). Sum of RGB (Red+Green+Blue) = 111+20+86=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1456 is #90EBA9. Grayscale: #363636. Windows color (decimal): -9497514 or 5641327. OLE color: 5641327.

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

Color convert

RGB 111 20 86 -
CMYK 0 0.82 0.23 0.56
HSL 316.48º 0.69% 0.26% -
HSV(B) 316.48º 0.82% 0.44% -
XYZ 8.49 4.55 9.24 -
YUV 54.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 111 20 86 0 0.82 0.23 0.56 316.48 0.69 0.26
Hex 6F 14 56 0 52 17 38 13C 45 1A
Octal 157 24 126 0 122 27 70 474 105 32
Binary 1101111 10100 1010110 0 1010010 10111 111000 100111100 1000101 11010

Color Harmonies of #6F1456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1456

Black with #6F1456

Text Example


Text Example

White with #6F1456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,86); }

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

background-color css

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

 a { background-color: rgb(111,20,86); }

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

border-color css

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

 span { border-color: rgb(111,20,86); }

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