Html Css Color HEX #752AA8 Royal Purple

📋 copy color: '#752AA8'

red 117 ◦ green 42 ◦ blue 168

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

Shades of Royal Purple #752AA8

Tints of Royal Purple #752AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 51.38%

R = 35.78%
G = 12.84%
B = 51.38%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#752AA8 (or 0x752AA8) is known color: Royal Purple. HEX triplet: 75, 2A and A8. RGB value is (117,42,168). Sum of RGB (Red+Green+Blue) = 117+42+168=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #752AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752AA8 is #8AD557. Grayscale: #4E4E4E. Windows color (decimal): -9098584 or 11020917. OLE color: 11020917.

HSL color Cylindrical-coordinate representation of color #752AA8: hue angle of 275.71º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752AA8 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 42 168 -
CMYK 0.30 0.75 0 0.34
HSL 275.71º 0.6% 0.41% -
HSV(B) 275.71º 0.75% 0.66% -
XYZ 15.23 8.26 37.84 -
YUV 78.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 117 42 168 0.30 0.75 0 0.34 275.71 0.6 0.41
Hex 75 2A A8 1E 4B 0 22 114 3C 29
Octal 165 52 250 36 113 0 42 424 74 51
Binary 1110101 101010 10101000 11110 1001011 0 100010 100010100 111100 101001

Color Harmonies of #752AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752AA8

Black with #752AA8

Text Example


Text Example

White with #752AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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