Html Css Color HEX #6E0F62 Palatinate Purple

📋 copy color: '#6E0F62'

red 110 ◦ green 15 ◦ blue 98

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

Shades of Palatinate Purple #6E0F62

Tints of Palatinate Purple #6E0F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

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

R = 49.33%
G = 6.73%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E0F62 (or 0x6E0F62) is known color: Palatinate Purple. HEX triplet: 6E, 0F and 62. RGB value is (110,15,98). Sum of RGB (Red+Green+Blue) = 110+15+98=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0F62 is #91F09D. Grayscale: #343434. Windows color (decimal): -9564318 or 6426478. OLE color: 6426478.

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

Color convert

RGB 110 15 98 -
CMYK 0 0.86 0.11 0.57
HSL 307.58º 0.76% 0.25% -
HSV(B) 307.58º 0.86% 0.43% -
XYZ 8.81 4.54 11.97 -
YUV 52.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 110 15 98 0 0.86 0.11 0.57 307.58 0.76 0.25
Hex 6E F 62 0 56 B 39 134 4C 19
Octal 156 17 142 0 126 13 71 464 114 31
Binary 1101110 1111 1100010 0 1010110 1011 111001 100110100 1001100 11001

Color Harmonies of #6E0F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0F62

Black with #6E0F62

Text Example


Text Example

White with #6E0F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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