Html Css Color HEX #6E046B Purple

📋 copy color: '#6E046B'

red 110 ◦ green 4 ◦ blue 107

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

Shades of Purple #6E046B

Tints of Purple #6E046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 107 (42.19% from 255) = 48.42%

R = 49.77%
G = 1.81%
B = 48.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E046B (or 0x6E046B) is known color: Purple. HEX triplet: 6E, 04 and 6B. RGB value is (110,4,107). Sum of RGB (Red+Green+Blue) = 110+4+107=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E046B is #91FB94. Grayscale: #2F2F2F. Windows color (decimal): -9567125 or 7013486. OLE color: 7013486.

HSL color Cylindrical-coordinate representation of color #6E046B: hue angle of 301.7º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E046B is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 4 107 -
CMYK 0 0.96 0.03 0.57
HSL 301.7º 0.93% 0.22% -
HSV(B) 301.7º 0.96% 0.43% -
XYZ 9.13 4.46 14.29 -
YUV 47.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 110 4 107 0 0.96 0.03 0.57 301.7 0.93 0.22
Hex 6E 4 6B 0 60 3 39 12E 5D 16
Octal 156 4 153 0 140 3 71 456 135 26
Binary 1101110 100 1101011 0 1100000 11 111001 100101110 1011101 10110

Color Harmonies of #6E046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E046B

Black with #6E046B

Text Example


Text Example

White with #6E046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,4,107); }

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

background-color css

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

 a { background-color: rgb(110,4,107); }

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

border-color css

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

 span { border-color: rgb(110,4,107); }

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