Html Css Color HEX #752BAD Royal Purple

📋 copy color: '#752BAD'

red 117 ◦ green 43 ◦ blue 173

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

Shades of Royal Purple #752BAD

Tints of Royal Purple #752BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

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

R = 35.14%
G = 12.91%
B = 51.95%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#752BAD (or 0x752BAD) is known color: Royal Purple. HEX triplet: 75, 2B and AD. RGB value is (117,43,173). Sum of RGB (Red+Green+Blue) = 117+43+173=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #752BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BAD is #8AD452. Grayscale: #4F4F4F. Windows color (decimal): -9098323 or 11348853. OLE color: 11348853.

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

Color convert

RGB 117 43 173 -
CMYK 0.32 0.75 0 0.32
HSL 274.15º 0.6% 0.42% -
HSV(B) 274.15º 0.75% 0.68% -
XYZ 15.74 8.53 40.35 -
YUV 79.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 117 43 173 0.32 0.75 0 0.32 274.15 0.6 0.42
Hex 75 2B AD 20 4B 0 20 112 3C 2A
Octal 165 53 255 40 113 0 40 422 74 52
Binary 1110101 101011 10101101 100000 1001011 0 100000 100010010 111100 101010

Color Harmonies of #752BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BAD

Black with #752BAD

Text Example


Text Example

White with #752BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,173); }

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

background-color css

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

 a { background-color: rgb(117,43,173); }

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

border-color css

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

 span { border-color: rgb(117,43,173); }

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