Html Css Color HEX #6F1870 Palatinate Purple

📋 copy color: '#6F1870'

red 111 ◦ green 24 ◦ blue 112

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

Shades of Palatinate Purple #6F1870

Tints of Palatinate Purple #6F1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 44.94%
G = 9.72%
B = 45.34%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F1870 (or 0x6F1870) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 70. RGB value is (111,24,112). Sum of RGB (Red+Green+Blue) = 111+24+112=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1870 is #90E78F. Grayscale: #3B3B3B. Windows color (decimal): -9496464 or 7346287. OLE color: 7346287.

HSL color Cylindrical-coordinate representation of color #6F1870: hue angle of 299.32º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1870 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 24 112 -
CMYK 0.01 0.79 0 0.56
HSL 299.32º 0.65% 0.27% -
HSV(B) 299.32º 0.79% 0.44% -
XYZ 9.81 5.2 15.82 -
YUV 60.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 111 24 112 0.01 0.79 0 0.56 299.32 0.65 0.27
Hex 6F 18 70 1 4F 0 38 12B 41 1B
Octal 157 30 160 1 117 0 70 453 101 33
Binary 1101111 11000 1110000 1 1001111 0 111000 100101011 1000001 11011

Color Harmonies of #6F1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1870

Black with #6F1870

Text Example


Text Example

White with #6F1870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,24,112); }

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

background-color css

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

 a { background-color: rgb(111,24,112); }

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

border-color css

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

 span { border-color: rgb(111,24,112); }

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