Html Css Color HEX #6E057A Purple

📋 copy color: '#6E057A'

red 110 ◦ green 5 ◦ blue 122

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

Shades of Purple #6E057A

Tints of Purple #6E057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 46.41%
G = 2.11%
B = 51.48%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E057A (or 0x6E057A) is known color: Purple. HEX triplet: 6E, 05 and 7A. RGB value is (110,5,122). Sum of RGB (Red+Green+Blue) = 110+5+122=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E057A is #91FA85. Grayscale: #313131. Windows color (decimal): -9566854 or 7996782. OLE color: 7996782.

HSL color Cylindrical-coordinate representation of color #6E057A: hue angle of 293.85º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E057A is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 5 122 -
CMYK 0.10 0.96 0 0.52
HSL 293.85º 0.92% 0.25% -
HSV(B) 293.85º 0.96% 0.48% -
XYZ 10 4.83 18.82 -
YUV 49.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 110 5 122 0.10 0.96 0 0.52 293.85 0.92 0.25
Hex 6E 5 7A A 60 0 34 126 5C 19
Octal 156 5 172 12 140 0 64 446 134 31
Binary 1101110 101 1111010 1010 1100000 0 110100 100100110 1011100 11001

Color Harmonies of #6E057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E057A

Black with #6E057A

Text Example


Text Example

White with #6E057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,122); }

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

background-color css

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

 a { background-color: rgb(110,5,122); }

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

border-color css

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

 span { border-color: rgb(110,5,122); }

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