Html Css Color HEX #753BB1 Royal Purple

📋 copy color: '#753BB1'

red 117 ◦ green 59 ◦ blue 177

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

Shades of Royal Purple #753BB1

Tints of Royal Purple #753BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.14%

R = 33.14%
G = 16.71%
B = 50.14%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#753BB1 (or 0x753BB1) is known color: Royal Purple. HEX triplet: 75, 3B and B1. RGB value is (117,59,177). Sum of RGB (Red+Green+Blue) = 117+59+177=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #753BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BB1 is #8AC44E. Grayscale: #595959. Windows color (decimal): -9094223 or 11615093. OLE color: 11615093.

HSL color Cylindrical-coordinate representation of color #753BB1: hue angle of 269.49º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753BB1 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 59 177 -
CMYK 0.34 0.67 0 0.31
HSL 269.49º 0.5% 0.46% -
HSV(B) 269.49º 0.67% 0.69% -
XYZ 16.84 10.08 42.65 -
YUV 89.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 117 59 177 0.34 0.67 0 0.31 269.49 0.5 0.46
Hex 75 3B B1 22 43 0 1F 10D 32 2E
Octal 165 73 261 42 103 0 37 415 62 56
Binary 1110101 111011 10110001 100010 1000011 0 11111 100001101 110010 101110

Color Harmonies of #753BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BB1

Black with #753BB1

Text Example


Text Example

White with #753BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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