Html Css Color HEX #7324BC Purple Heart

📋 copy color: '#7324BC'

red 115 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #7324BC

Tints of Purple Heart #7324BC

RGB

 RED value IS 115 (45.31% from 255) = 33.92%

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

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

R = 33.92%
G = 10.62%
B = 55.46%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7324BC (or 0x7324BC) is known color: Purple Heart. HEX triplet: 73, 24 and BC. RGB value is (115,36,188). Sum of RGB (Red+Green+Blue) = 115+36+188=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #7324BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7324BC is #8CDB43. Grayscale: #4C4C4C. Windows color (decimal): -9231172 or 12330099. OLE color: 12330099.

HSL color Cylindrical-coordinate representation of color #7324BC: hue angle of 271.18º 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 #7324BC is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 36 188 -
CMYK 0.39 0.81 0 0.26
HSL 271.18º 0.68% 0.44% -
HSV(B) 271.18º 0.81% 0.74% -
XYZ 16.78 8.54 48.34 -
YUV 76.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 115 36 188 0.39 0.81 0 0.26 271.18 0.68 0.44
Hex 73 24 BC 27 51 0 1A 10F 44 2C
Octal 163 44 274 47 121 0 32 417 104 54
Binary 1110011 100100 10111100 100111 1010001 0 11010 100001111 1000100 101100

Color Harmonies of #7324BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7324BC

Black with #7324BC

Text Example


Text Example

White with #7324BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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