Html Css Color HEX #6E42AB Royal Purple

📋 copy color: '#6E42AB'

red 110 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #6E42AB

Tints of Royal Purple #6E42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 31.7%
G = 19.02%
B = 49.28%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E42AB (or 0x6E42AB) is known color: Royal Purple. HEX triplet: 6E, 42 and AB. RGB value is (110,66,171). Sum of RGB (Red+Green+Blue) = 110+66+171=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E42AB is #91BD54. Grayscale: #5A5A5A. Windows color (decimal): -9551189 or 11223662. OLE color: 11223662.

HSL color Cylindrical-coordinate representation of color #6E42AB: hue angle of 265.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E42AB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 66 171 -
CMYK 0.36 0.61 0 0.33
HSL 265.14º 0.44% 0.46% -
HSV(B) 265.14º 0.61% 0.67% -
XYZ 15.73 10.15 39.66 -
YUV 91.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 110 66 171 0.36 0.61 0 0.33 265.14 0.44 0.46
Hex 6E 42 AB 24 3D 0 21 109 2C 2E
Octal 156 102 253 44 75 0 41 411 54 56
Binary 1101110 1000010 10101011 100100 111101 0 100001 100001001 101100 101110

Color Harmonies of #6E42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E42AB

Black with #6E42AB

Text Example


Text Example

White with #6E42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,171); }

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

background-color css

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

 a { background-color: rgb(110,66,171); }

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

border-color css

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

 span { border-color: rgb(110,66,171); }

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