Html Css Color HEX #753DAD Royal Purple

📋 copy color: '#753DAD'

red 117 ◦ green 61 ◦ blue 173

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

Shades of Royal Purple #753DAD

Tints of Royal Purple #753DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 33.33%
G = 17.38%
B = 49.29%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#753DAD (or 0x753DAD) is known color: Royal Purple. HEX triplet: 75, 3D and AD. RGB value is (117,61,173). Sum of RGB (Red+Green+Blue) = 117+61+173=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #753DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DAD is #8AC252. Grayscale: #5A5A5A. Windows color (decimal): -9093715 or 11353461. OLE color: 11353461.

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

Color convert

RGB 117 61 173 -
CMYK 0.32 0.65 0 0.32
HSL 270º 0.48% 0.46% -
HSV(B) 270º 0.65% 0.68% -
XYZ 16.55 10.14 40.62 -
YUV 90.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 117 61 173 0.32 0.65 0 0.32 270 0.48 0.46
Hex 75 3D AD 20 41 0 20 10E 30 2E
Octal 165 75 255 40 101 0 40 416 60 56
Binary 1110101 111101 10101101 100000 1000001 0 100000 100001110 110000 101110

Color Harmonies of #753DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DAD

Black with #753DAD

Text Example


Text Example

White with #753DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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