Html Css Color HEX #753AA8 Royal Purple

📋 copy color: '#753AA8'

red 117 ◦ green 58 ◦ blue 168

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

Shades of Royal Purple #753AA8

Tints of Royal Purple #753AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.91%

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

R = 34.11%
G = 16.91%
B = 48.98%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#753AA8 (or 0x753AA8) is known color: Royal Purple. HEX triplet: 75, 3A and A8. RGB value is (117,58,168). Sum of RGB (Red+Green+Blue) = 117+58+168=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #753AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AA8 is #8AC557. Grayscale: #575757. Windows color (decimal): -9094488 or 11025013. OLE color: 11025013.

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

Color convert

RGB 117 58 168 -
CMYK 0.30 0.65 0 0.34
HSL 272.18º 0.49% 0.44% -
HSV(B) 272.18º 0.65% 0.66% -
XYZ 15.92 9.64 38.07 -
YUV 88.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 117 58 168 0.30 0.65 0 0.34 272.18 0.49 0.44
Hex 75 3A A8 1E 41 0 22 110 31 2C
Octal 165 72 250 36 101 0 42 420 61 54
Binary 1110101 111010 10101000 11110 1000001 0 100010 100010000 110001 101100

Color Harmonies of #753AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753AA8

Black with #753AA8

Text Example


Text Example

White with #753AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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