Html Css Color HEX #753DAF Royal Purple

📋 copy color: '#753DAF'

red 117 ◦ green 61 ◦ blue 175

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

Shades of Royal Purple #753DAF

Tints of Royal Purple #753DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 33.14%
G = 17.28%
B = 49.58%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#753DAF (or 0x753DAF) is known color: Royal Purple. HEX triplet: 75, 3D and AF. RGB value is (117,61,175). Sum of RGB (Red+Green+Blue) = 117+61+175=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #753DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DAF is #8AC250. Grayscale: #5A5A5A. Windows color (decimal): -9093713 or 11484533. OLE color: 11484533.

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

Color convert

RGB 117 61 175 -
CMYK 0.33 0.65 0 0.31
HSL 269.47º 0.48% 0.46% -
HSV(B) 269.47º 0.65% 0.69% -
XYZ 16.74 10.21 41.65 -
YUV 90.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 117 61 175 0.33 0.65 0 0.31 269.47 0.48 0.46
Hex 75 3D AF 21 41 0 1F 10D 30 2E
Octal 165 75 257 41 101 0 37 415 60 56
Binary 1110101 111101 10101111 100001 1000001 0 11111 100001101 110000 101110

Color Harmonies of #753DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DAF

Black with #753DAF

Text Example


Text Example

White with #753DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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