Html Css Color HEX #6E0399 Purple

📋 copy color: '#6E0399'

red 110 ◦ green 3 ◦ blue 153

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

Shades of Purple #6E0399

Tints of Purple #6E0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 41.35%
G = 1.13%
B = 57.52%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E0399 (or 0x6E0399) is known color: Purple. HEX triplet: 6E, 03 and 99. RGB value is (110,3,153). Sum of RGB (Red+Green+Blue) = 110+3+153=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E0399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0399 is #91FC66. Grayscale: #333333. Windows color (decimal): -9567335 or 10027886. OLE color: 10027886.

HSL color Cylindrical-coordinate representation of color #6E0399: hue angle of 282.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0399 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 3 153 -
CMYK 0.28 0.98 0 0.4
HSL 282.8º 0.96% 0.31% -
HSV(B) 282.8º 0.98% 0.6% -
XYZ 12.21 5.68 30.59 -
YUV 52.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 110 3 153 0.28 0.98 0 0.4 282.8 0.96 0.31
Hex 6E 3 99 1C 62 0 28 11B 60 1F
Octal 156 3 231 34 142 0 50 433 140 37
Binary 1101110 11 10011001 11100 1100010 0 101000 100011011 1100000 11111

Color Harmonies of #6E0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0399

Black with #6E0399

Text Example


Text Example

White with #6E0399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,153); }

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

background-color css

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

 a { background-color: rgb(110,3,153); }

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

border-color css

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

 span { border-color: rgb(110,3,153); }

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