Html Css Color HEX #753AAD Royal Purple

📋 copy color: '#753AAD'

red 117 ◦ green 58 ◦ blue 173

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

Shades of Royal Purple #753AAD

Tints of Royal Purple #753AAD

RGB

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

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

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

R = 33.62%
G = 16.67%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#753AAD (or 0x753AAD) is known color: Royal Purple. HEX triplet: 75, 3A and AD. RGB value is (117,58,173). Sum of RGB (Red+Green+Blue) = 117+58+173=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #753AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AAD is #8AC552. Grayscale: #585858. Windows color (decimal): -9094483 or 11352693. OLE color: 11352693.

HSL color Cylindrical-coordinate representation of color #753AAD: hue angle of 270.78º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753AAD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 58 173 -
CMYK 0.32 0.66 0 0.32
HSL 270.78º 0.5% 0.45% -
HSV(B) 270.78º 0.66% 0.68% -
XYZ 16.39 9.83 40.57 -
YUV 88.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 117 58 173 0.32 0.66 0 0.32 270.78 0.5 0.45
Hex 75 3A AD 20 42 0 20 10F 32 2D
Octal 165 72 255 40 102 0 40 417 62 55
Binary 1110101 111010 10101101 100000 1000010 0 100000 100001111 110010 101101

Color Harmonies of #753AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753AAD

Black with #753AAD

Text Example


Text Example

White with #753AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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