Html Css Color HEX #753C9B Royal Purple

📋 copy color: '#753C9B'

red 117 ◦ green 60 ◦ blue 155

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

Shades of Royal Purple #753C9B

Tints of Royal Purple #753C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 35.24%
G = 18.07%
B = 46.69%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#753C9B (or 0x753C9B) is known color: Royal Purple. HEX triplet: 75, 3C and 9B. RGB value is (117,60,155). Sum of RGB (Red+Green+Blue) = 117+60+155=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #753C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C9B is #8AC364. Grayscale: #575757. Windows color (decimal): -9093989 or 10173557. OLE color: 10173557.

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

Color convert

RGB 117 60 155 -
CMYK 0.25 0.61 0 0.39
HSL 276º 0.44% 0.42% -
HSV(B) 276º 0.61% 0.61% -
XYZ 14.87 9.38 32.04 -
YUV 87.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 117 60 155 0.25 0.61 0 0.39 276 0.44 0.42
Hex 75 3C 9B 19 3D 0 27 114 2C 2A
Octal 165 74 233 31 75 0 47 424 54 52
Binary 1110101 111100 10011011 11001 111101 0 100111 100010100 101100 101010

Color Harmonies of #753C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C9B

Black with #753C9B

Text Example


Text Example

White with #753C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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