Html Css Color HEX #6E039C Purple

📋 copy color: '#6E039C'

red 110 ◦ green 3 ◦ blue 156

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

Shades of Purple #6E039C

Tints of Purple #6E039C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 40.89%
G = 1.12%
B = 57.99%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E039C (or 0x6E039C) is known color: Purple. HEX triplet: 6E, 03 and 9C. RGB value is (110,3,156). Sum of RGB (Red+Green+Blue) = 110+3+156=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E039C is #91FC63. Grayscale: #333333. Windows color (decimal): -9567332 or 10224494. OLE color: 10224494.

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

Color convert

RGB 110 3 156 -
CMYK 0.29 0.98 0 0.39
HSL 281.96º 0.96% 0.31% -
HSV(B) 281.96º 0.98% 0.61% -
XYZ 12.46 5.78 31.91 -
YUV 52.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 110 3 156 0.29 0.98 0 0.39 281.96 0.96 0.31
Hex 6E 3 9C 1D 62 0 27 11A 60 1F
Octal 156 3 234 35 142 0 47 432 140 37
Binary 1101110 11 10011100 11101 1100010 0 100111 100011010 1100000 11111

Color Harmonies of #6E039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E039C

Black with #6E039C

Text Example


Text Example

White with #6E039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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