Html Css Color HEX #6E1970 Palatinate Purple

📋 copy color: '#6E1970'

red 110 ◦ green 25 ◦ blue 112

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

Shades of Palatinate Purple #6E1970

Tints of Palatinate Purple #6E1970

RGB

 RED value IS 110 (43.36% from 255) = 44.53%

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 44.53%
G = 10.12%
B = 45.34%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E1970 (or 0x6E1970) is known color: Palatinate Purple. HEX triplet: 6E, 19 and 70. RGB value is (110,25,112). Sum of RGB (Red+Green+Blue) = 110+25+112=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 25 (10.16% from 255 or 10.12% 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 #6E1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1970 is #91E68F. Grayscale: #3C3C3C. Windows color (decimal): -9561744 or 7346542. OLE color: 7346542.

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

Color convert

RGB 110 25 112 -
CMYK 0.02 0.78 0 0.56
HSL 298.62º 0.64% 0.27% -
HSV(B) 298.62º 0.78% 0.44% -
XYZ 9.7 5.18 15.82 -
YUV 60.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 110 25 112 0.02 0.78 0 0.56 298.62 0.64 0.27
Hex 6E 19 70 2 4E 0 38 12B 40 1B
Octal 156 31 160 2 116 0 70 453 100 33
Binary 1101110 11001 1110000 10 1001110 0 111000 100101011 1000000 11011

Color Harmonies of #6E1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1970

Black with #6E1970

Text Example


Text Example

White with #6E1970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,112); }

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

background-color css

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

 a { background-color: rgb(110,25,112); }

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

border-color css

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

 span { border-color: rgb(110,25,112); }

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