Html Css Color HEX #6E3EAC Royal Purple

📋 copy color: '#6E3EAC'

red 110 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #6E3EAC

Tints of Royal Purple #6E3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 172 (67.58% from 255) = 50%

R = 31.98%
G = 18.02%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E3EAC (or 0x6E3EAC) is known color: Royal Purple. HEX triplet: 6E, 3E and AC. RGB value is (110,62,172). Sum of RGB (Red+Green+Blue) = 110+62+172=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E3EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3EAC is #91C153. Grayscale: #585858. Windows color (decimal): -9552212 or 11288174. OLE color: 11288174.

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

Color convert

RGB 110 62 172 -
CMYK 0.36 0.64 0 0.33
HSL 266.18º 0.47% 0.46% -
HSV(B) 266.18º 0.64% 0.67% -
XYZ 15.6 9.74 40.09 -
YUV 88.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 110 62 172 0.36 0.64 0 0.33 266.18 0.47 0.46
Hex 6E 3E AC 24 40 0 21 10A 2F 2E
Octal 156 76 254 44 100 0 41 412 57 56
Binary 1101110 111110 10101100 100100 1000000 0 100001 100001010 101111 101110

Color Harmonies of #6E3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3EAC

Black with #6E3EAC

Text Example


Text Example

White with #6E3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,172); }

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

background-color css

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

 a { background-color: rgb(110,62,172); }

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

border-color css

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

 span { border-color: rgb(110,62,172); }

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