Html Css Color HEX #6E0370 Purple

📋 copy color: '#6E0370'

red 110 ◦ green 3 ◦ blue 112

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

Shades of Purple #6E0370

Tints of Purple #6E0370

RGB

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

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

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

R = 48.89%
G = 1.33%
B = 49.78%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E0370 (or 0x6E0370) is known color: Purple. HEX triplet: 6E, 03 and 70. RGB value is (110,3,112). Sum of RGB (Red+Green+Blue) = 110+3+112=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E0370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0370 is #91FC8F. Grayscale: #2F2F2F. Windows color (decimal): -9567376 or 7340910. OLE color: 7340910.

HSL color Cylindrical-coordinate representation of color #6E0370: hue angle of 298.9º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0370 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 3 112 -
CMYK 0.02 0.97 0 0.56
HSL 298.9º 0.95% 0.23% -
HSV(B) 298.9º 0.97% 0.44% -
XYZ 9.39 4.55 15.71 -
YUV 47.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 110 3 112 0.02 0.97 0 0.56 298.9 0.95 0.23
Hex 6E 3 70 2 61 0 38 12B 5F 17
Octal 156 3 160 2 141 0 70 453 137 27
Binary 1101110 11 1110000 10 1100001 0 111000 100101011 1011111 10111

Color Harmonies of #6E0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0370

Black with #6E0370

Text Example


Text Example

White with #6E0370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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