Html Css Color HEX #6E0390 Purple

📋 copy color: '#6E0390'

red 110 ◦ green 3 ◦ blue 144

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

Shades of Purple #6E0390

Tints of Purple #6E0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 42.8%
G = 1.17%
B = 56.03%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E0390 (or 0x6E0390) is known color: Purple. HEX triplet: 6E, 03 and 90. RGB value is (110,3,144). Sum of RGB (Red+Green+Blue) = 110+3+144=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E0390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0390 is #91FC6F. Grayscale: #323232. Windows color (decimal): -9567344 or 9438062. OLE color: 9438062.

HSL color Cylindrical-coordinate representation of color #6E0390: hue angle of 285.53º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0390 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 3 144 -
CMYK 0.24 0.98 0 0.44
HSL 285.53º 0.96% 0.29% -
HSV(B) 285.53º 0.98% 0.56% -
XYZ 11.5 5.39 26.82 -
YUV 51.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 110 3 144 0.24 0.98 0 0.44 285.53 0.96 0.29
Hex 6E 3 90 18 62 0 2C 11E 60 1D
Octal 156 3 220 30 142 0 54 436 140 35
Binary 1101110 11 10010000 11000 1100010 0 101100 100011110 1100000 11101

Color Harmonies of #6E0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0390

Black with #6E0390

Text Example


Text Example

White with #6E0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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