Html Css Color HEX #753BB4 Royal Purple

📋 copy color: '#753BB4'

red 117 ◦ green 59 ◦ blue 180

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

Shades of Royal Purple #753BB4

Tints of Royal Purple #753BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.56%

R = 32.87%
G = 16.57%
B = 50.56%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#753BB4 (or 0x753BB4) is known color: Royal Purple. HEX triplet: 75, 3B and B4. RGB value is (117,59,180). Sum of RGB (Red+Green+Blue) = 117+59+180=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #753BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BB4 is #8AC44B. Grayscale: #595959. Windows color (decimal): -9094220 or 11811701. OLE color: 11811701.

HSL color Cylindrical-coordinate representation of color #753BB4: hue angle of 268.76º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753BB4 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 59 180 -
CMYK 0.35 0.67 0 0.29
HSL 268.76º 0.51% 0.47% -
HSV(B) 268.76º 0.67% 0.71% -
XYZ 17.14 10.21 44.25 -
YUV 90.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 117 59 180 0.35 0.67 0 0.29 268.76 0.51 0.47
Hex 75 3B B4 23 43 0 1D 10D 33 2F
Octal 165 73 264 43 103 0 35 415 63 57
Binary 1110101 111011 10110100 100011 1000011 0 11101 100001101 110011 101111

Color Harmonies of #753BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BB4

Black with #753BB4

Text Example


Text Example

White with #753BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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