Html Css Color HEX #7539E0 Blue Violet

📋 copy color: '#7539E0'

red 117 ◦ green 57 ◦ blue 224

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

Shades of Blue Violet #7539E0

Tints of Blue Violet #7539E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56.28%

R = 29.4%
G = 14.32%
B = 56.28%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7539E0 (or 0x7539E0) is known color: Blue Violet. HEX triplet: 75, 39 and E0. RGB value is (117,57,224). Sum of RGB (Red+Green+Blue) = 117+57+224=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #7539E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7539E0 is #8AC61F. Grayscale: #5D5D5D. Windows color (decimal): -9094688 or 14694773. OLE color: 14694773.

HSL color Cylindrical-coordinate representation of color #7539E0: hue angle of 261.56º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7539E0 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 57 224 -
CMYK 0.48 0.75 0 0.12
HSL 261.56º 0.73% 0.55% -
HSV(B) 261.56º 0.75% 0.88% -
XYZ 22.25 12.09 71.68 -
YUV 93.98 201.38 144.42 -
System Red Green Blue C M Y K H S L
Decimal 117 57 224 0.48 0.75 0 0.12 261.56 0.73 0.55
Hex 75 39 E0 30 4B 0 C 106 49 37
Octal 165 71 340 60 113 0 14 406 111 67
Binary 1110101 111001 11100000 110000 1001011 0 1100 100000110 1001001 110111

Color Harmonies of #7539E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7539E0

Black with #7539E0

Text Example


Text Example

White with #7539E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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