Html Css Color HEX #7539BE Purple Heart

📋 copy color: '#7539BE'

red 117 ◦ green 57 ◦ blue 190

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

Shades of Purple Heart #7539BE

Tints of Purple Heart #7539BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 32.14%
G = 15.66%
B = 52.2%

CMYK

 C value IS 0.38

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7539BE (or 0x7539BE) is known color: Purple Heart. HEX triplet: 75, 39 and BE. RGB value is (117,57,190). Sum of RGB (Red+Green+Blue) = 117+57+190=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #7539BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7539BE is #8AC641. Grayscale: #595959. Windows color (decimal): -9094722 or 12466549. OLE color: 12466549.

HSL color Cylindrical-coordinate representation of color #7539BE: hue angle of 267.07º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7539BE is Cyan = 0.38, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 57 190 -
CMYK 0.38 0.7 0 0.25
HSL 267.07º 0.54% 0.48% -
HSV(B) 267.07º 0.7% 0.75% -
XYZ 18.09 10.43 49.77 -
YUV 90.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 117 57 190 0.38 0.7 0 0.25 267.07 0.54 0.48
Hex 75 39 BE 26 46 0 19 10B 36 30
Octal 165 71 276 46 106 0 31 413 66 60
Binary 1110101 111001 10111110 100110 1000110 0 11001 100001011 110110 110000

Color Harmonies of #7539BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7539BE

Black with #7539BE

Text Example


Text Example

White with #7539BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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