Html Css Color HEX #6E095A Palatinate Purple

📋 copy color: '#6E095A'

red 110 ◦ green 9 ◦ blue 90

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

Shades of Palatinate Purple #6E095A

Tints of Palatinate Purple #6E095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 52.63%
G = 4.31%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E095A (or 0x6E095A) is known color: Palatinate Purple. HEX triplet: 6E, 09 and 5A. RGB value is (110,9,90). Sum of RGB (Red+Green+Blue) = 110+9+90=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E095A is #91F6A5. Grayscale: #303030. Windows color (decimal): -9565862 or 5900654. OLE color: 5900654.

HSL color Cylindrical-coordinate representation of color #6E095A: hue angle of 311.88º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E095A is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 9 90 -
CMYK 0 0.92 0.18 0.57
HSL 311.88º 0.85% 0.23% -
HSV(B) 311.88º 0.92% 0.43% -
XYZ 8.37 4.25 10.05 -
YUV 48.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 110 9 90 0 0.92 0.18 0.57 311.88 0.85 0.23
Hex 6E 9 5A 0 5C 12 39 138 55 17
Octal 156 11 132 0 134 22 71 470 125 27
Binary 1101110 1001 1011010 0 1011100 10010 111001 100111000 1010101 10111

Color Harmonies of #6E095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E095A

Black with #6E095A

Text Example


Text Example

White with #6E095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,90); }

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

background-color css

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

 a { background-color: rgb(110,9,90); }

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

border-color css

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

 span { border-color: rgb(110,9,90); }

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