Html Css Color HEX #753BAB Royal Purple

📋 copy color: '#753BAB'

red 117 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #753BAB

Tints of Royal Purple #753BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 33.72%
G = 17%
B = 49.28%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#753BAB (or 0x753BAB) is known color: Royal Purple. HEX triplet: 75, 3B and AB. RGB value is (117,59,171). Sum of RGB (Red+Green+Blue) = 117+59+171=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #753BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BAB is #8AC454. Grayscale: #585858. Windows color (decimal): -9094229 or 11221877. OLE color: 11221877.

HSL color Cylindrical-coordinate representation of color #753BAB: hue angle of 271.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753BAB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 59 171 -
CMYK 0.32 0.65 0 0.33
HSL 271.07º 0.49% 0.45% -
HSV(B) 271.07º 0.65% 0.67% -
XYZ 16.25 9.85 39.57 -
YUV 89.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 117 59 171 0.32 0.65 0 0.33 271.07 0.49 0.45
Hex 75 3B AB 20 41 0 21 10F 31 2D
Octal 165 73 253 40 101 0 41 417 61 55
Binary 1110101 111011 10101011 100000 1000001 0 100001 100001111 110001 101101

Color Harmonies of #753BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BAB

Black with #753BAB

Text Example


Text Example

White with #753BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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