Html Css Color HEX #6E0E9B Purple

📋 copy color: '#6E0E9B'

red 110 ◦ green 14 ◦ blue 155

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

Shades of Purple #6E0E9B

Tints of Purple #6E0E9B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 39.43%
G = 5.02%
B = 55.56%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E0E9B (or 0x6E0E9B) is known color: Purple. HEX triplet: 6E, 0E and 9B. RGB value is (110,14,155). Sum of RGB (Red+Green+Blue) = 110+14+155=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E0E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0E9B is #91F164. Grayscale: #3A3A3A. Windows color (decimal): -9564517 or 10161774. OLE color: 10161774.

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

Color convert

RGB 110 14 155 -
CMYK 0.29 0.91 0 0.39
HSL 280.85º 0.83% 0.33% -
HSV(B) 280.85º 0.91% 0.61% -
XYZ 12.5 6 31.51 -
YUV 58.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 110 14 155 0.29 0.91 0 0.39 280.85 0.83 0.33
Hex 6E E 9B 1D 5B 0 27 119 53 21
Octal 156 16 233 35 133 0 47 431 123 41
Binary 1101110 1110 10011011 11101 1011011 0 100111 100011001 1010011 100001

Color Harmonies of #6E0E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0E9B

Black with #6E0E9B

Text Example


Text Example

White with #6E0E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,14,155); }

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

background-color css

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

 a { background-color: rgb(110,14,155); }

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

border-color css

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

 span { border-color: rgb(110,14,155); }

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