Html Css Color HEX #7224CC Purple Heart

📋 copy color: '#7224CC'

red 114 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #7224CC

Tints of Purple Heart #7224CC

RGB

 RED value IS 114 (44.92% from 255) = 32.2%

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

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

R = 32.2%
G = 10.17%
B = 57.63%

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

#7224CC (or 0x7224CC) is known color: Purple Heart. HEX triplet: 72, 24 and CC. RGB value is (114,36,204). Sum of RGB (Red+Green+Blue) = 114+36+204=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #7224CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7224CC is #8DDB33. Grayscale: #4D4D4D. Windows color (decimal): -9296692 or 13378674. OLE color: 13378674.

HSL color Cylindrical-coordinate representation of color #7224CC: hue angle of 267.86º 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 #7224CC is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 36 204 -
CMYK 0.44 0.82 0 0.2
HSL 267.86º 0.7% 0.47% -
HSV(B) 267.86º 0.82% 0.8% -
XYZ 18.47 9.2 57.93 -
YUV 78.47 198.84 153.34 -
System Red Green Blue C M Y K H S L
Decimal 114 36 204 0.44 0.82 0 0.2 267.86 0.7 0.47
Hex 72 24 CC 2C 52 0 14 10C 46 2F
Octal 162 44 314 54 122 0 24 414 106 57
Binary 1110010 100100 11001100 101100 1010010 0 10100 100001100 1000110 101111

Color Harmonies of #7224CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224CC

Black with #7224CC

Text Example


Text Example

White with #7224CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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