Html Css Color HEX #6E33AD Royal Purple

📋 copy color: '#6E33AD'

red 110 ◦ green 51 ◦ blue 173

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

Shades of Royal Purple #6E33AD

Tints of Royal Purple #6E33AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 32.93%
G = 15.27%
B = 51.8%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E33AD (or 0x6E33AD) is known color: Royal Purple. HEX triplet: 6E, 33 and AD. RGB value is (110,51,173). Sum of RGB (Red+Green+Blue) = 110+51+173=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E33AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E33AD is #91CC52. Grayscale: #525252. Windows color (decimal): -9555027 or 11350894. OLE color: 11350894.

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

Color convert

RGB 110 51 173 -
CMYK 0.36 0.71 0 0.32
HSL 269.02º 0.54% 0.44% -
HSV(B) 269.02º 0.71% 0.68% -
XYZ 15.16 8.7 40.42 -
YUV 82.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 110 51 173 0.36 0.71 0 0.32 269.02 0.54 0.44
Hex 6E 33 AD 24 47 0 20 10D 36 2C
Octal 156 63 255 44 107 0 40 415 66 54
Binary 1101110 110011 10101101 100100 1000111 0 100000 100001101 110110 101100

Color Harmonies of #6E33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E33AD

Black with #6E33AD

Text Example


Text Example

White with #6E33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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