Html Css Color HEX #7539BC Purple Heart

📋 copy color: '#7539BC'

red 117 ◦ green 57 ◦ blue 188

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

Shades of Purple Heart #7539BC

Tints of Purple Heart #7539BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 32.32%
G = 15.75%
B = 51.93%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7539BC (or 0x7539BC) is known color: Purple Heart. HEX triplet: 75, 39 and BC. RGB value is (117,57,188). Sum of RGB (Red+Green+Blue) = 117+57+188=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #7539BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7539BC is #8AC643. Grayscale: #595959. Windows color (decimal): -9094724 or 12335477. OLE color: 12335477.

HSL color Cylindrical-coordinate representation of color #7539BC: hue angle of 267.48º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7539BC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 57 188 -
CMYK 0.38 0.70 0 0.26
HSL 267.48º 0.53% 0.48% -
HSV(B) 267.48º 0.7% 0.74% -
XYZ 17.88 10.34 48.63 -
YUV 89.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 117 57 188 0.38 0.70 0 0.26 267.48 0.53 0.48
Hex 75 39 BC 26 46 0 1A 10B 35 30
Octal 165 71 274 46 106 0 32 413 65 60
Binary 1110101 111001 10111100 100110 1000110 0 11010 100001011 110101 110000

Color Harmonies of #7539BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7539BC

Black with #7539BC

Text Example


Text Example

White with #7539BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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