Html Css Color HEX #753DAA Royal Purple

📋 copy color: '#753DAA'

red 117 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #753DAA

Tints of Royal Purple #753DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 33.62%
G = 17.53%
B = 48.85%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#753DAA (or 0x753DAA) is known color: Royal Purple. HEX triplet: 75, 3D and AA. RGB value is (117,61,170). Sum of RGB (Red+Green+Blue) = 117+61+170=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #753DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DAA is #8AC255. Grayscale: #595959. Windows color (decimal): -9093718 or 11156853. OLE color: 11156853.

HSL color Cylindrical-coordinate representation of color #753DAA: hue angle of 270.83º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753DAA is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 61 170 -
CMYK 0.31 0.64 0 0.33
HSL 270.83º 0.47% 0.45% -
HSV(B) 270.83º 0.64% 0.67% -
XYZ 16.26 10.02 39.11 -
YUV 90.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 117 61 170 0.31 0.64 0 0.33 270.83 0.47 0.45
Hex 75 3D AA 1F 40 0 21 10F 2F 2D
Octal 165 75 252 37 100 0 41 417 57 55
Binary 1110101 111101 10101010 11111 1000000 0 100001 100001111 101111 101101

Color Harmonies of #753DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DAA

Black with #753DAA

Text Example


Text Example

White with #753DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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