Html Css Color HEX #6E2FAD Royal Purple

📋 copy color: '#6E2FAD'

red 110 ◦ green 47 ◦ blue 173

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

Shades of Royal Purple #6E2FAD

Tints of Royal Purple #6E2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 33.33%
G = 14.24%
B = 52.42%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E2FAD (or 0x6E2FAD) is known color: Royal Purple. HEX triplet: 6E, 2F and AD. RGB value is (110,47,173). Sum of RGB (Red+Green+Blue) = 110+47+173=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2FAD is #91D052. Grayscale: #4F4F4F. Windows color (decimal): -9556051 or 11349870. OLE color: 11349870.

HSL color Cylindrical-coordinate representation of color #6E2FAD: hue angle of 270º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2FAD is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 47 173 -
CMYK 0.36 0.73 0 0.32
HSL 270º 0.57% 0.43% -
HSV(B) 270º 0.73% 0.68% -
XYZ 14.99 8.37 40.36 -
YUV 80.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 110 47 173 0.36 0.73 0 0.32 270 0.57 0.43
Hex 6E 2F AD 24 49 0 20 10E 39 2B
Octal 156 57 255 44 111 0 40 416 71 53
Binary 1101110 101111 10101101 100100 1001001 0 100000 100001110 111001 101011

Color Harmonies of #6E2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2FAD

Black with #6E2FAD

Text Example


Text Example

White with #6E2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,47,173); }

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

background-color css

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

 a { background-color: rgb(110,47,173); }

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

border-color css

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

 span { border-color: rgb(110,47,173); }

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