Html Css Color HEX #753B9C Royal Purple

📋 copy color: '#753B9C'

red 117 ◦ green 59 ◦ blue 156

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

Shades of Royal Purple #753B9C

Tints of Royal Purple #753B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.99%

R = 35.24%
G = 17.77%
B = 46.99%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#753B9C (or 0x753B9C) is known color: Royal Purple. HEX triplet: 75, 3B and 9C. RGB value is (117,59,156). Sum of RGB (Red+Green+Blue) = 117+59+156=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #753B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B9C is #8AC463. Grayscale: #575757. Windows color (decimal): -9094244 or 10238837. OLE color: 10238837.

HSL color Cylindrical-coordinate representation of color #753B9C: hue angle of 275.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753B9C is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 59 156 -
CMYK 0.25 0.62 0 0.39
HSL 275.88º 0.45% 0.42% -
HSV(B) 275.88º 0.62% 0.61% -
XYZ 14.9 9.31 32.46 -
YUV 87.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 117 59 156 0.25 0.62 0 0.39 275.88 0.45 0.42
Hex 75 3B 9C 19 3E 0 27 114 2D 2A
Octal 165 73 234 31 76 0 47 424 55 52
Binary 1110101 111011 10011100 11001 111110 0 100111 100010100 101101 101010

Color Harmonies of #753B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B9C

Black with #753B9C

Text Example


Text Example

White with #753B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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