Html Css Color HEX #721CCC Purple Heart

📋 copy color: '#721CCC'

red 114 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #721CCC

Tints of Purple Heart #721CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 32.95%
G = 8.09%
B = 58.96%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#721CCC (or 0x721CCC) is known color: Purple Heart. HEX triplet: 72, 1C and CC. RGB value is (114,28,204). Sum of RGB (Red+Green+Blue) = 114+28+204=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #721CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CCC is #8DE333. Grayscale: #494949. Windows color (decimal): -9298740 or 13376626. OLE color: 13376626.

HSL color Cylindrical-coordinate representation of color #721CCC: hue angle of 269.32º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721CCC is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 28 204 -
CMYK 0.44 0.86 0 0.2
HSL 269.32º 0.76% 0.45% -
HSV(B) 269.32º 0.86% 0.8% -
XYZ 18.25 8.77 57.86 -
YUV 73.78 201.49 156.69 -
System Red Green Blue C M Y K H S L
Decimal 114 28 204 0.44 0.86 0 0.2 269.32 0.76 0.45
Hex 72 1C CC 2C 56 0 14 10D 4C 2D
Octal 162 34 314 54 126 0 24 415 114 55
Binary 1110010 11100 11001100 101100 1010110 0 10100 100001101 1001100 101101

Color Harmonies of #721CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CCC

Black with #721CCC

Text Example


Text Example

White with #721CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721CCC; }

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

 H1.HeaderClassName
 {
   color: #721CCC;
 }
 .AnyTagClassName
 {
   color: #721CCC;
 }
</style>

background-color css

<style>
 a { background-color: #721CCC; }

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

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

border-color css

<style>
 span { border-color: #721CCC; }

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

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