Html Css Color HEX #6E089C Purple

📋 copy color: '#6E089C'

red 110 ◦ green 8 ◦ blue 156

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

Shades of Purple #6E089C

Tints of Purple #6E089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

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

R = 40.15%
G = 2.92%
B = 56.93%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E089C (or 0x6E089C) is known color: Purple. HEX triplet: 6E, 08 and 9C. RGB value is (110,8,156). Sum of RGB (Red+Green+Blue) = 110+8+156=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E089C is #91F763. Grayscale: #363636. Windows color (decimal): -9566052 or 10225774. OLE color: 10225774.

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

Color convert

RGB 110 8 156 -
CMYK 0.29 0.95 0 0.39
HSL 281.35º 0.9% 0.32% -
HSV(B) 281.35º 0.95% 0.61% -
XYZ 12.52 5.89 31.93 -
YUV 55.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 110 8 156 0.29 0.95 0 0.39 281.35 0.9 0.32
Hex 6E 8 9C 1D 5F 0 27 119 5A 20
Octal 156 10 234 35 137 0 47 431 132 40
Binary 1101110 1000 10011100 11101 1011111 0 100111 100011001 1011010 100000

Color Harmonies of #6E089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E089C

Black with #6E089C

Text Example


Text Example

White with #6E089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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