Html Css Color HEX #6E43AB Royal Purple

📋 copy color: '#6E43AB'

red 110 ◦ green 67 ◦ blue 171

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

Shades of Royal Purple #6E43AB

Tints of Royal Purple #6E43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 31.61%
G = 19.25%
B = 49.14%

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

#6E43AB (or 0x6E43AB) is known color: Royal Purple. HEX triplet: 6E, 43 and AB. RGB value is (110,67,171). Sum of RGB (Red+Green+Blue) = 110+67+171=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E43AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E43AB is #91BC54. Grayscale: #5B5B5B. Windows color (decimal): -9550933 or 11223918. OLE color: 11223918.

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

Color convert

RGB 110 67 171 -
CMYK 0.36 0.61 0 0.33
HSL 264.81º 0.44% 0.47% -
HSV(B) 264.81º 0.61% 0.67% -
XYZ 15.79 10.27 39.68 -
YUV 91.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 110 67 171 0.36 0.61 0 0.33 264.81 0.44 0.47
Hex 6E 43 AB 24 3D 0 21 109 2C 2F
Octal 156 103 253 44 75 0 41 411 54 57
Binary 1101110 1000011 10101011 100100 111101 0 100001 100001001 101100 101111

Color Harmonies of #6E43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E43AB

Black with #6E43AB

Text Example


Text Example

White with #6E43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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