Html Css Color HEX #6E0277 Purple

📋 copy color: '#6E0277'

red 110 ◦ green 2 ◦ blue 119

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

Shades of Purple #6E0277

Tints of Purple #6E0277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 47.62%
G = 0.87%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E0277 (or 0x6E0277) is known color: Purple. HEX triplet: 6E, 02 and 77. RGB value is (110,2,119). Sum of RGB (Red+Green+Blue) = 110+2+119=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E0277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0277 is #91FD88. Grayscale: #2F2F2F. Windows color (decimal): -9567625 or 7799406. OLE color: 7799406.

HSL color Cylindrical-coordinate representation of color #6E0277: hue angle of 295.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0277 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 2 119 -
CMYK 0.08 0.98 0 0.53
HSL 295.38º 0.97% 0.24% -
HSV(B) 295.38º 0.98% 0.47% -
XYZ 9.78 4.69 17.84 -
YUV 47.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 110 2 119 0.08 0.98 0 0.53 295.38 0.97 0.24
Hex 6E 2 77 8 62 0 35 127 61 18
Octal 156 2 167 10 142 0 65 447 141 30
Binary 1101110 10 1110111 1000 1100010 0 110101 100100111 1100001 11000

Color Harmonies of #6E0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0277

Black with #6E0277

Text Example


Text Example

White with #6E0277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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