Html Css Color HEX #6E0270 Purple

📋 copy color: '#6E0270'

red 110 ◦ green 2 ◦ blue 112

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

Shades of Purple #6E0270

Tints of Purple #6E0270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 49.11%
G = 0.89%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E0270 (or 0x6E0270) is known color: Purple. HEX triplet: 6E, 02 and 70. RGB value is (110,2,112). Sum of RGB (Red+Green+Blue) = 110+2+112=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E0270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0270 is #91FD8F. Grayscale: #2E2E2E. Windows color (decimal): -9567632 or 7340654. OLE color: 7340654.

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

Color convert

RGB 110 2 112 -
CMYK 0.02 0.98 0 0.56
HSL 298.91º 0.96% 0.22% -
HSV(B) 298.91º 0.98% 0.44% -
XYZ 9.38 4.53 15.71 -
YUV 46.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 110 2 112 0.02 0.98 0 0.56 298.91 0.96 0.22
Hex 6E 2 70 2 62 0 38 12B 60 16
Octal 156 2 160 2 142 0 70 453 140 26
Binary 1101110 10 1110000 10 1100010 0 111000 100101011 1100000 10110

Color Harmonies of #6E0270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0270

Black with #6E0270

Text Example


Text Example

White with #6E0270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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