Html Css Color HEX #753EAE Royal Purple

📋 copy color: '#753EAE'

red 117 ◦ green 62 ◦ blue 174

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

Shades of Royal Purple #753EAE

Tints of Royal Purple #753EAE

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 33.14%
G = 17.56%
B = 49.29%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#753EAE (or 0x753EAE) is known color: Royal Purple. HEX triplet: 75, 3E and AE. RGB value is (117,62,174). Sum of RGB (Red+Green+Blue) = 117+62+174=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #753EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753EAE is #8AC151. Grayscale: #5A5A5A. Windows color (decimal): -9093458 or 11419253. OLE color: 11419253.

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

Color convert

RGB 117 62 174 -
CMYK 0.33 0.64 0 0.32
HSL 269.46º 0.47% 0.46% -
HSV(B) 269.46º 0.64% 0.68% -
XYZ 16.7 10.28 41.15 -
YUV 91.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 117 62 174 0.33 0.64 0 0.32 269.46 0.47 0.46
Hex 75 3E AE 21 40 0 20 10D 2F 2E
Octal 165 76 256 41 100 0 40 415 57 56
Binary 1110101 111110 10101110 100001 1000000 0 100000 100001101 101111 101110

Color Harmonies of #753EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EAE

Black with #753EAE

Text Example


Text Example

White with #753EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753EAE; }

 p { color: rgb(117,62,174); }

 H1.HeaderClassName
 {
   color: #753EAE;
 }
 .AnyTagClassName
 {
   color: #753EAE;
 }
</style>

background-color css

<style>
 a { background-color: #753EAE; }

 a { background-color: rgb(117,62,174); }

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

border-color css

<style>
 span { border-color: #753EAE; }

 span { border-color: rgb(117,62,174); }

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