Html Css Color HEX #752AAA Royal Purple

📋 copy color: '#752AAA'

red 117 ◦ green 42 ◦ blue 170

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

Shades of Royal Purple #752AAA

Tints of Royal Purple #752AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.77%

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

R = 35.56%
G = 12.77%
B = 51.67%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#752AAA (or 0x752AAA) is known color: Royal Purple. HEX triplet: 75, 2A and AA. RGB value is (117,42,170). Sum of RGB (Red+Green+Blue) = 117+42+170=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #752AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752AAA is #8AD555. Grayscale: #4E4E4E. Windows color (decimal): -9098582 or 11151989. OLE color: 11151989.

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

Color convert

RGB 117 42 170 -
CMYK 0.31 0.75 0 0.33
HSL 275.16º 0.6% 0.42% -
HSV(B) 275.16º 0.75% 0.67% -
XYZ 15.42 8.34 38.83 -
YUV 79.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 117 42 170 0.31 0.75 0 0.33 275.16 0.6 0.42
Hex 75 2A AA 1F 4B 0 21 113 3C 2A
Octal 165 52 252 37 113 0 41 423 74 52
Binary 1110101 101010 10101010 11111 1001011 0 100001 100010011 111100 101010

Color Harmonies of #752AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752AAA

Black with #752AAA

Text Example


Text Example

White with #752AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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