Html Css Color HEX #753FA5 Royal Purple

📋 copy color: '#753FA5'

red 117 ◦ green 63 ◦ blue 165

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

Shades of Royal Purple #753FA5

Tints of Royal Purple #753FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 33.91%
G = 18.26%
B = 47.83%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#753FA5 (or 0x753FA5) is known color: Royal Purple. HEX triplet: 75, 3F and A5. RGB value is (117,63,165). Sum of RGB (Red+Green+Blue) = 117+63+165=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #753FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FA5 is #8AC05A. Grayscale: #5A5A5A. Windows color (decimal): -9093211 or 10829685. OLE color: 10829685.

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

Color convert

RGB 117 63 165 -
CMYK 0.29 0.62 0 0.35
HSL 271.76º 0.45% 0.45% -
HSV(B) 271.76º 0.62% 0.65% -
XYZ 15.91 10.05 36.7 -
YUV 90.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 117 63 165 0.29 0.62 0 0.35 271.76 0.45 0.45
Hex 75 3F A5 1D 3E 0 23 110 2D 2D
Octal 165 77 245 35 76 0 43 420 55 55
Binary 1110101 111111 10100101 11101 111110 0 100011 100010000 101101 101101

Color Harmonies of #753FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FA5

Black with #753FA5

Text Example


Text Example

White with #753FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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