Html Css Color HEX #6E0B70 Purple

📋 copy color: '#6E0B70'

red 110 ◦ green 11 ◦ blue 112

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

Shades of Purple #6E0B70

Tints of Purple #6E0B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 47.21%
G = 4.72%
B = 48.07%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E0B70 (or 0x6E0B70) is known color: Purple. HEX triplet: 6E, 0B and 70. RGB value is (110,11,112). Sum of RGB (Red+Green+Blue) = 110+11+112=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B70 is #91F48F. Grayscale: #333333. Windows color (decimal): -9565328 or 7342958. OLE color: 7342958.

HSL color Cylindrical-coordinate representation of color #6E0B70: hue angle of 298.81º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B70 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 11 112 -
CMYK 0.02 0.90 0 0.56
HSL 298.81º 0.82% 0.24% -
HSV(B) 298.81º 0.9% 0.44% -
XYZ 9.47 4.72 15.74 -
YUV 52.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 110 11 112 0.02 0.90 0 0.56 298.81 0.82 0.24
Hex 6E B 70 2 5A 0 38 12B 52 18
Octal 156 13 160 2 132 0 70 453 122 30
Binary 1101110 1011 1110000 10 1011010 0 111000 100101011 1010010 11000

Color Harmonies of #6E0B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B70

Black with #6E0B70

Text Example


Text Example

White with #6E0B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,11,112); }

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

background-color css

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

 a { background-color: rgb(110,11,112); }

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

border-color css

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

 span { border-color: rgb(110,11,112); }

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