Html Css Color HEX #753DA5 Royal Purple

📋 copy color: '#753DA5'

red 117 ◦ green 61 ◦ blue 165

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

Shades of Royal Purple #753DA5

Tints of Royal Purple #753DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 34.11%
G = 17.78%
B = 48.1%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#753DA5 (or 0x753DA5) is known color: Royal Purple. HEX triplet: 75, 3D and A5. RGB value is (117,61,165). Sum of RGB (Red+Green+Blue) = 117+61+165=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #753DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DA5 is #8AC25A. Grayscale: #595959. Windows color (decimal): -9093723 or 10829173. OLE color: 10829173.

HSL color Cylindrical-coordinate representation of color #753DA5: hue angle of 272.31º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753DA5 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 61 165 -
CMYK 0.29 0.63 0 0.35
HSL 272.31º 0.46% 0.44% -
HSV(B) 272.31º 0.63% 0.65% -
XYZ 15.8 9.84 36.66 -
YUV 89.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 117 61 165 0.29 0.63 0 0.35 272.31 0.46 0.44
Hex 75 3D A5 1D 3F 0 23 110 2E 2C
Octal 165 75 245 35 77 0 43 420 56 54
Binary 1110101 111101 10100101 11101 111111 0 100011 100010000 101110 101100

Color Harmonies of #753DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DA5

Black with #753DA5

Text Example


Text Example

White with #753DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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