Html Css Color HEX #753AAA Royal Purple

📋 copy color: '#753AAA'

red 117 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #753AAA

Tints of Royal Purple #753AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 33.91%
G = 16.81%
B = 49.28%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#753AAA (or 0x753AAA) is known color: Royal Purple. HEX triplet: 75, 3A and AA. RGB value is (117,58,170). Sum of RGB (Red+Green+Blue) = 117+58+170=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #753AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AAA is #8AC555. Grayscale: #585858. Windows color (decimal): -9094486 or 11156085. OLE color: 11156085.

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

Color convert

RGB 117 58 170 -
CMYK 0.31 0.66 0 0.33
HSL 271.61º 0.49% 0.45% -
HSV(B) 271.61º 0.66% 0.67% -
XYZ 16.1 9.71 39.06 -
YUV 88.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 117 58 170 0.31 0.66 0 0.33 271.61 0.49 0.45
Hex 75 3A AA 1F 42 0 21 110 31 2D
Octal 165 72 252 37 102 0 41 420 61 55
Binary 1110101 111010 10101010 11111 1000010 0 100001 100010000 110001 101101

Color Harmonies of #753AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753AAA

Black with #753AAA

Text Example


Text Example

White with #753AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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