Html Css Color HEX #753BA4 Royal Purple

📋 copy color: '#753BA4'

red 117 ◦ green 59 ◦ blue 164

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

Shades of Royal Purple #753BA4

Tints of Royal Purple #753BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 34.41%
G = 17.35%
B = 48.24%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#753BA4 (or 0x753BA4) is known color: Royal Purple. HEX triplet: 75, 3B and A4. RGB value is (117,59,164). Sum of RGB (Red+Green+Blue) = 117+59+164=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #753BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BA4 is #8AC45B. Grayscale: #575757. Windows color (decimal): -9094236 or 10763125. OLE color: 10763125.

HSL color Cylindrical-coordinate representation of color #753BA4: hue angle of 273.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753BA4 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 59 164 -
CMYK 0.29 0.64 0 0.36
HSL 273.14º 0.47% 0.44% -
HSV(B) 273.14º 0.64% 0.64% -
XYZ 15.6 9.59 36.15 -
YUV 88.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 117 59 164 0.29 0.64 0 0.36 273.14 0.47 0.44
Hex 75 3B A4 1D 40 0 24 111 2F 2C
Octal 165 73 244 35 100 0 44 421 57 54
Binary 1110101 111011 10100100 11101 1000000 0 100100 100010001 101111 101100

Color Harmonies of #753BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BA4

Black with #753BA4

Text Example


Text Example

White with #753BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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