Html Css Color HEX #752DAA Royal Purple

📋 copy color: '#752DAA'

red 117 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #752DAA

Tints of Royal Purple #752DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 35.24%
G = 13.55%
B = 51.2%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#752DAA (or 0x752DAA) is known color: Royal Purple. HEX triplet: 75, 2D and AA. RGB value is (117,45,170). Sum of RGB (Red+Green+Blue) = 117+45+170=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #752DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752DAA is #8AD255. Grayscale: #505050. Windows color (decimal): -9097814 or 11152757. OLE color: 11152757.

HSL color Cylindrical-coordinate representation of color #752DAA: hue angle of 274.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752DAA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 45 170 -
CMYK 0.31 0.74 0 0.33
HSL 274.56º 0.58% 0.42% -
HSV(B) 274.56º 0.74% 0.67% -
XYZ 15.53 8.56 38.86 -
YUV 80.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 117 45 170 0.31 0.74 0 0.33 274.56 0.58 0.42
Hex 75 2D AA 1F 4A 0 21 113 3A 2A
Octal 165 55 252 37 112 0 41 423 72 52
Binary 1110101 101101 10101010 11111 1001010 0 100001 100010011 111010 101010

Color Harmonies of #752DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DAA

Black with #752DAA

Text Example


Text Example

White with #752DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752DAA; }

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

 H1.HeaderClassName
 {
   color: #752DAA;
 }
 .AnyTagClassName
 {
   color: #752DAA;
 }
</style>

background-color css

<style>
 a { background-color: #752DAA; }

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

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

border-color css

<style>
 span { border-color: #752DAA; }

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

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