Html Css Color HEX #753DA1 Royal Purple

📋 copy color: '#753DA1'

red 117 ◦ green 61 ◦ blue 161

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

Shades of Royal Purple #753DA1

Tints of Royal Purple #753DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.49%

R = 34.51%
G = 17.99%
B = 47.49%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#753DA1 (or 0x753DA1) is known color: Royal Purple. HEX triplet: 75, 3D and A1. RGB value is (117,61,161). Sum of RGB (Red+Green+Blue) = 117+61+161=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #753DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DA1 is #8AC25E. Grayscale: #585858. Windows color (decimal): -9093727 or 10567029. OLE color: 10567029.

HSL color Cylindrical-coordinate representation of color #753DA1: hue angle of 273.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753DA1 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 61 161 -
CMYK 0.27 0.62 0 0.37
HSL 273.6º 0.45% 0.44% -
HSV(B) 273.6º 0.62% 0.63% -
XYZ 15.44 9.69 34.78 -
YUV 89.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 117 61 161 0.27 0.62 0 0.37 273.6 0.45 0.44
Hex 75 3D A1 1B 3E 0 25 112 2D 2C
Octal 165 75 241 33 76 0 45 422 55 54
Binary 1110101 111101 10100001 11011 111110 0 100101 100010010 101101 101100

Color Harmonies of #753DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DA1

Black with #753DA1

Text Example


Text Example

White with #753DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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