Html Css Color HEX #7324CC Purple Heart

📋 copy color: '#7324CC'

red 115 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #7324CC

Tints of Purple Heart #7324CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 32.39%
G = 10.14%
B = 57.46%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7324CC (or 0x7324CC) is known color: Purple Heart. HEX triplet: 73, 24 and CC. RGB value is (115,36,204). Sum of RGB (Red+Green+Blue) = 115+36+204=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #7324CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7324CC is #8CDB33. Grayscale: #4E4E4E. Windows color (decimal): -9231156 or 13378675. OLE color: 13378675.

HSL color Cylindrical-coordinate representation of color #7324CC: hue angle of 268.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7324CC is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 36 204 -
CMYK 0.44 0.82 0 0.2
HSL 268.21º 0.7% 0.47% -
HSV(B) 268.21º 0.82% 0.8% -
XYZ 18.6 9.27 57.93 -
YUV 78.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 115 36 204 0.44 0.82 0 0.2 268.21 0.7 0.47
Hex 73 24 CC 2C 52 0 14 10C 46 2F
Octal 163 44 314 54 122 0 24 414 106 57
Binary 1110011 100100 11001100 101100 1010010 0 10100 100001100 1000110 101111

Color Harmonies of #7324CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7324CC

Black with #7324CC

Text Example


Text Example

White with #7324CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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