Html Css Color HEX #753EAC Royal Purple

📋 copy color: '#753EAC'

red 117 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #753EAC

Tints of Royal Purple #753EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.66%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 33.33%
G = 17.66%
B = 49%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#753EAC (or 0x753EAC) is known color: Royal Purple. HEX triplet: 75, 3E and AC. RGB value is (117,62,172). Sum of RGB (Red+Green+Blue) = 117+62+172=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #753EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753EAC is #8AC153. Grayscale: #5A5A5A. Windows color (decimal): -9093460 or 11288181. OLE color: 11288181.

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

Color convert

RGB 117 62 172 -
CMYK 0.32 0.64 0 0.33
HSL 270º 0.47% 0.46% -
HSV(B) 270º 0.64% 0.67% -
XYZ 16.51 10.21 40.13 -
YUV 90.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 117 62 172 0.32 0.64 0 0.33 270 0.47 0.46
Hex 75 3E AC 20 40 0 21 10E 2F 2E
Octal 165 76 254 40 100 0 41 416 57 56
Binary 1110101 111110 10101100 100000 1000000 0 100001 100001110 101111 101110

Color Harmonies of #753EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EAC

Black with #753EAC

Text Example


Text Example

White with #753EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,62,172); }

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

background-color css

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

 a { background-color: rgb(117,62,172); }

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

border-color css

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

 span { border-color: rgb(117,62,172); }

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