Html Css Color HEX #7229CC Purple Heart

📋 copy color: '#7229CC'

red 114 ◦ green 41 ◦ blue 204

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

Shades of Purple Heart #7229CC

Tints of Purple Heart #7229CC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

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

R = 31.75%
G = 11.42%
B = 56.82%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7229CC (or 0x7229CC) is known color: Purple Heart. HEX triplet: 72, 29 and CC. RGB value is (114,41,204). Sum of RGB (Red+Green+Blue) = 114+41+204=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #7229CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229CC is #8DD633. Grayscale: #505050. Windows color (decimal): -9295412 or 13379954. OLE color: 13379954.

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

Color convert

RGB 114 41 204 -
CMYK 0.44 0.80 0 0.2
HSL 266.87º 0.67% 0.48% -
HSV(B) 266.87º 0.8% 0.8% -
XYZ 18.63 9.52 57.98 -
YUV 81.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 114 41 204 0.44 0.80 0 0.2 266.87 0.67 0.48
Hex 72 29 CC 2C 50 0 14 10B 43 30
Octal 162 51 314 54 120 0 24 413 103 60
Binary 1110010 101001 11001100 101100 1010000 0 10100 100001011 1000011 110000

Color Harmonies of #7229CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7229CC

Black with #7229CC

Text Example


Text Example

White with #7229CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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