Html Css Color HEX #6E0662 Palatinate Purple

📋 copy color: '#6E0662'

red 110 ◦ green 6 ◦ blue 98

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

Shades of Palatinate Purple #6E0662

Tints of Palatinate Purple #6E0662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 51.4%
G = 2.8%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E0662 (or 0x6E0662) is known color: Palatinate Purple. HEX triplet: 6E, 06 and 62. RGB value is (110,6,98). Sum of RGB (Red+Green+Blue) = 110+6+98=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0662 is #91F99D. Grayscale: #2F2F2F. Windows color (decimal): -9566622 or 6424174. OLE color: 6424174.

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

Color convert

RGB 110 6 98 -
CMYK 0 0.95 0.11 0.57
HSL 306.92º 0.9% 0.23% -
HSV(B) 306.92º 0.95% 0.43% -
XYZ 8.7 4.33 11.93 -
YUV 47.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 110 6 98 0 0.95 0.11 0.57 306.92 0.9 0.23
Hex 6E 6 62 0 5F B 39 133 5A 17
Octal 156 6 142 0 137 13 71 463 132 27
Binary 1101110 110 1100010 0 1011111 1011 111001 100110011 1011010 10111

Color Harmonies of #6E0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0662

Black with #6E0662

Text Example


Text Example

White with #6E0662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,6,98); }

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

background-color css

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

 a { background-color: rgb(110,6,98); }

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

border-color css

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

 span { border-color: rgb(110,6,98); }

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