Html Css Color HEX #7538A0 Royal Purple

📋 copy color: '#7538A0'

red 117 ◦ green 56 ◦ blue 160

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

Shades of Royal Purple #7538A0

Tints of Royal Purple #7538A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 160 (62.89% from 255) = 48.05%

R = 35.14%
G = 16.82%
B = 48.05%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7538A0 (or 0x7538A0) is known color: Royal Purple. HEX triplet: 75, 38 and A0. RGB value is (117,56,160). Sum of RGB (Red+Green+Blue) = 117+56+160=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #7538A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7538A0 is #8AC75F. Grayscale: #555555. Windows color (decimal): -9095008 or 10500213. OLE color: 10500213.

HSL color Cylindrical-coordinate representation of color #7538A0: hue angle of 275.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7538A0 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 56 160 -
CMYK 0.27 0.65 0 0.37
HSL 275.19º 0.48% 0.42% -
HSV(B) 275.19º 0.65% 0.63% -
XYZ 15.1 9.15 34.23 -
YUV 86.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 117 56 160 0.27 0.65 0 0.37 275.19 0.48 0.42
Hex 75 38 A0 1B 41 0 25 113 30 2A
Octal 165 70 240 33 101 0 45 423 60 52
Binary 1110101 111000 10100000 11011 1000001 0 100101 100010011 110000 101010

Color Harmonies of #7538A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538A0

Black with #7538A0

Text Example


Text Example

White with #7538A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7538A0; }

 p { color: rgb(117,56,160); }

 H1.HeaderClassName
 {
   color: #7538A0;
 }
 .AnyTagClassName
 {
   color: #7538A0;
 }
</style>

background-color css

<style>
 a { background-color: #7538A0; }

 a { background-color: rgb(117,56,160); }

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

border-color css

<style>
 span { border-color: #7538A0; }

 span { border-color: rgb(117,56,160); }

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