Html Css Color HEX #7539B3 Royal Purple

📋 copy color: '#7539B3'

red 117 ◦ green 57 ◦ blue 179

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

Shades of Royal Purple #7539B3

Tints of Royal Purple #7539B3

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 33.14%
G = 16.15%
B = 50.71%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7539B3 (or 0x7539B3) is known color: Royal Purple. HEX triplet: 75, 39 and B3. RGB value is (117,57,179). Sum of RGB (Red+Green+Blue) = 117+57+179=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #7539B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7539B3 is #8AC64C. Grayscale: #585858. Windows color (decimal): -9094733 or 11745653. OLE color: 11745653.

HSL color Cylindrical-coordinate representation of color #7539B3: hue angle of 269.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7539B3 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 57 179 -
CMYK 0.35 0.68 0 0.30
HSL 269.51º 0.52% 0.46% -
HSV(B) 269.51º 0.68% 0.7% -
XYZ 16.94 9.96 43.68 -
YUV 88.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 117 57 179 0.35 0.68 0 0.30 269.51 0.52 0.46
Hex 75 39 B3 23 44 0 1E 10E 34 2E
Octal 165 71 263 43 104 0 36 416 64 56
Binary 1110101 111001 10110011 100011 1000100 0 11110 100001110 110100 101110

Color Harmonies of #7539B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7539B3

Black with #7539B3

Text Example


Text Example

White with #7539B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7539B3; }

 p { color: rgb(117,57,179); }

 H1.HeaderClassName
 {
   color: #7539B3;
 }
 .AnyTagClassName
 {
   color: #7539B3;
 }
</style>

background-color css

<style>
 a { background-color: #7539B3; }

 a { background-color: rgb(117,57,179); }

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

border-color css

<style>
 span { border-color: #7539B3; }

 span { border-color: rgb(117,57,179); }

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