Html Css Color HEX #753BAE Royal Purple

📋 copy color: '#753BAE'

red 117 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #753BAE

Tints of Royal Purple #753BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 33.43%
G = 16.86%
B = 49.71%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#753BAE (or 0x753BAE) is known color: Royal Purple. HEX triplet: 75, 3B and AE. RGB value is (117,59,174). Sum of RGB (Red+Green+Blue) = 117+59+174=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #753BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BAE is #8AC451. Grayscale: #595959. Windows color (decimal): -9094226 or 11418485. OLE color: 11418485.

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

Color convert

RGB 117 59 174 -
CMYK 0.33 0.66 0 0.32
HSL 270.26º 0.49% 0.46% -
HSV(B) 270.26º 0.66% 0.68% -
XYZ 16.54 9.97 41.1 -
YUV 89.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 117 59 174 0.33 0.66 0 0.32 270.26 0.49 0.46
Hex 75 3B AE 21 42 0 20 10E 31 2E
Octal 165 73 256 41 102 0 40 416 61 56
Binary 1110101 111011 10101110 100001 1000010 0 100000 100001110 110001 101110

Color Harmonies of #753BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BAE

Black with #753BAE

Text Example


Text Example

White with #753BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,174); }

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

background-color css

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

 a { background-color: rgb(117,59,174); }

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

border-color css

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

 span { border-color: rgb(117,59,174); }

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