Html Css Color HEX #753CAA Royal Purple

📋 copy color: '#753CAA'

red 117 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #753CAA

Tints of Royal Purple #753CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 33.72%
G = 17.29%
B = 48.99%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#753CAA (or 0x753CAA) is known color: Royal Purple. HEX triplet: 75, 3C and AA. RGB value is (117,60,170). Sum of RGB (Red+Green+Blue) = 117+60+170=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #753CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CAA is #8AC355. Grayscale: #595959. Windows color (decimal): -9093974 or 11156597. OLE color: 11156597.

HSL color Cylindrical-coordinate representation of color #753CAA: hue angle of 271.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753CAA is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 60 170 -
CMYK 0.31 0.65 0 0.33
HSL 271.09º 0.48% 0.45% -
HSV(B) 271.09º 0.65% 0.67% -
XYZ 16.21 9.92 39.09 -
YUV 89.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 117 60 170 0.31 0.65 0 0.33 271.09 0.48 0.45
Hex 75 3C AA 1F 41 0 21 10F 30 2D
Octal 165 74 252 37 101 0 41 417 60 55
Binary 1110101 111100 10101010 11111 1000001 0 100001 100001111 110000 101101

Color Harmonies of #753CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CAA

Black with #753CAA

Text Example


Text Example

White with #753CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,60,170); }

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

background-color css

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

 a { background-color: rgb(117,60,170); }

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

border-color css

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

 span { border-color: rgb(117,60,170); }

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