Html Css Color HEX #6E0562 Palatinate Purple

📋 copy color: '#6E0562'

red 110 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #6E0562

Tints of Palatinate Purple #6E0562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

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

R = 51.64%
G = 2.35%
B = 46.01%

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

#6E0562 (or 0x6E0562) is known color: Palatinate Purple. HEX triplet: 6E, 05 and 62. RGB value is (110,5,98). Sum of RGB (Red+Green+Blue) = 110+5+98=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0562 is #91FA9D. Grayscale: #2E2E2E. Windows color (decimal): -9566878 or 6423918. OLE color: 6423918.

HSL color Cylindrical-coordinate representation of color #6E0562: hue angle of 306.86º degrees, saturation: 0.91, 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 #6E0562 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 5 98 -
CMYK 0 0.95 0.11 0.57
HSL 306.86º 0.91% 0.23% -
HSV(B) 306.86º 0.95% 0.43% -
XYZ 8.69 4.31 11.93 -
YUV 47 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 110 5 98 0 0.95 0.11 0.57 306.86 0.91 0.23
Hex 6E 5 62 0 5F B 39 133 5B 17
Octal 156 5 142 0 137 13 71 463 133 27
Binary 1101110 101 1100010 0 1011111 1011 111001 100110011 1011011 10111

Color Harmonies of #6E0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0562

Black with #6E0562

Text Example


Text Example

White with #6E0562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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