Html Css Color HEX #6E2FA4 Royal Purple

📋 copy color: '#6E2FA4'

red 110 ◦ green 47 ◦ blue 164

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

Shades of Royal Purple #6E2FA4

Tints of Royal Purple #6E2FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 51.09%

R = 34.27%
G = 14.64%
B = 51.09%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6E2FA4 (or 0x6E2FA4) is known color: Royal Purple. HEX triplet: 6E, 2F and A4. RGB value is (110,47,164). Sum of RGB (Red+Green+Blue) = 110+47+164=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E2FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2FA4 is #91D05B. Grayscale: #4E4E4E. Windows color (decimal): -9556060 or 10760046. OLE color: 10760046.

HSL color Cylindrical-coordinate representation of color #6E2FA4: hue angle of 272.31º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2FA4 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 47 164 -
CMYK 0.33 0.71 0 0.36
HSL 272.31º 0.55% 0.41% -
HSV(B) 272.31º 0.71% 0.64% -
XYZ 14.15 8.03 35.93 -
YUV 79.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 110 47 164 0.33 0.71 0 0.36 272.31 0.55 0.41
Hex 6E 2F A4 21 47 0 24 110 37 29
Octal 156 57 244 41 107 0 44 420 67 51
Binary 1101110 101111 10100100 100001 1000111 0 100100 100010000 110111 101001

Color Harmonies of #6E2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2FA4

Black with #6E2FA4

Text Example


Text Example

White with #6E2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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