Html Css Color HEX #6E40AB Royal Purple

📋 copy color: '#6E40AB'

red 110 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #6E40AB

Tints of Royal Purple #6E40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

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

R = 31.88%
G = 18.55%
B = 49.57%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E40AB (or 0x6E40AB) is known color: Royal Purple. HEX triplet: 6E, 40 and AB. RGB value is (110,64,171). Sum of RGB (Red+Green+Blue) = 110+64+171=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E40AB is #91BF54. Grayscale: #595959. Windows color (decimal): -9551701 or 11223150. OLE color: 11223150.

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

Color convert

RGB 110 64 171 -
CMYK 0.36 0.63 0 0.33
HSL 265.79º 0.46% 0.46% -
HSV(B) 265.79º 0.63% 0.67% -
XYZ 15.61 9.92 39.62 -
YUV 89.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 110 64 171 0.36 0.63 0 0.33 265.79 0.46 0.46
Hex 6E 40 AB 24 3F 0 21 10A 2E 2E
Octal 156 100 253 44 77 0 41 412 56 56
Binary 1101110 1000000 10101011 100100 111111 0 100001 100001010 101110 101110

Color Harmonies of #6E40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40AB

Black with #6E40AB

Text Example


Text Example

White with #6E40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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