Html Css Color HEX #753BB6 Royal Purple

📋 copy color: '#753BB6'

red 117 ◦ green 59 ◦ blue 182

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

Shades of Royal Purple #753BB6

Tints of Royal Purple #753BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 32.68%
G = 16.48%
B = 50.84%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#753BB6 (or 0x753BB6) is known color: Royal Purple. HEX triplet: 75, 3B and B6. RGB value is (117,59,182). Sum of RGB (Red+Green+Blue) = 117+59+182=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #753BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BB6 is #8AC449. Grayscale: #595959. Windows color (decimal): -9094218 or 11942773. OLE color: 11942773.

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

Color convert

RGB 117 59 182 -
CMYK 0.36 0.68 0 0.29
HSL 268.29º 0.51% 0.47% -
HSV(B) 268.29º 0.68% 0.71% -
XYZ 17.34 10.29 45.33 -
YUV 90.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 117 59 182 0.36 0.68 0 0.29 268.29 0.51 0.47
Hex 75 3B B6 24 44 0 1D 10C 33 2F
Octal 165 73 266 44 104 0 35 414 63 57
Binary 1110101 111011 10110110 100100 1000100 0 11101 100001100 110011 101111

Color Harmonies of #753BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BB6

Black with #753BB6

Text Example


Text Example

White with #753BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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