Html Css Color HEX #753CB4 Royal Purple

📋 copy color: '#753CB4'

red 117 ◦ green 60 ◦ blue 180

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

Shades of Royal Purple #753CB4

Tints of Royal Purple #753CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

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

R = 32.77%
G = 16.81%
B = 50.42%

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

#753CB4 (or 0x753CB4) is known color: Royal Purple. HEX triplet: 75, 3C and B4. RGB value is (117,60,180). Sum of RGB (Red+Green+Blue) = 117+60+180=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #753CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CB4 is #8AC34B. Grayscale: #5A5A5A. Windows color (decimal): -9093964 or 11811957. OLE color: 11811957.

HSL color Cylindrical-coordinate representation of color #753CB4: hue angle of 268.5º degrees, saturation: 0.5, 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 #753CB4 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 60 180 -
CMYK 0.35 0.67 0 0.29
HSL 268.5º 0.5% 0.47% -
HSV(B) 268.5º 0.67% 0.71% -
XYZ 17.19 10.31 44.26 -
YUV 90.72 178.38 146.74 -
System Red Green Blue C M Y K H S L
Decimal 117 60 180 0.35 0.67 0 0.29 268.5 0.5 0.47
Hex 75 3C B4 23 43 0 1D 10C 32 2F
Octal 165 74 264 43 103 0 35 414 62 57
Binary 1110101 111100 10110100 100011 1000011 0 11101 100001100 110010 101111

Color Harmonies of #753CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CB4

Black with #753CB4

Text Example


Text Example

White with #753CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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