Html Css Color HEX #7524BC Purple Heart

📋 copy color: '#7524BC'

red 117 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #7524BC

Tints of Purple Heart #7524BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 34.31%
G = 10.56%
B = 55.13%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7524BC (or 0x7524BC) is known color: Purple Heart. HEX triplet: 75, 24 and BC. RGB value is (117,36,188). Sum of RGB (Red+Green+Blue) = 117+36+188=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #7524BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7524BC is #8ADB43. Grayscale: #4D4D4D. Windows color (decimal): -9100100 or 12330101. OLE color: 12330101.

HSL color Cylindrical-coordinate representation of color #7524BC: hue angle of 271.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7524BC is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 36 188 -
CMYK 0.38 0.81 0 0.26
HSL 271.97º 0.68% 0.44% -
HSV(B) 271.97º 0.81% 0.74% -
XYZ 17.04 8.67 48.35 -
YUV 77.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 117 36 188 0.38 0.81 0 0.26 271.97 0.68 0.44
Hex 75 24 BC 26 51 0 1A 110 44 2C
Octal 165 44 274 46 121 0 32 420 104 54
Binary 1110101 100100 10111100 100110 1010001 0 11010 100010000 1000100 101100

Color Harmonies of #7524BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524BC

Black with #7524BC

Text Example


Text Example

White with #7524BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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