Html Css Color HEX #721CCA Purple Heart

📋 copy color: '#721CCA'

red 114 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #721CCA

Tints of Purple Heart #721CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.72%

R = 33.14%
G = 8.14%
B = 58.72%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#721CCA (or 0x721CCA) is known color: Purple Heart. HEX triplet: 72, 1C and CA. RGB value is (114,28,202). Sum of RGB (Red+Green+Blue) = 114+28+202=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #721CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CCA is #8DE335. Grayscale: #484848. Windows color (decimal): -9298742 or 13245554. OLE color: 13245554.

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

Color convert

RGB 114 28 202 -
CMYK 0.44 0.86 0 0.21
HSL 269.66º 0.76% 0.45% -
HSV(B) 269.66º 0.86% 0.79% -
XYZ 18.02 8.67 56.6 -
YUV 73.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 114 28 202 0.44 0.86 0 0.21 269.66 0.76 0.45
Hex 72 1C CA 2C 56 0 15 10E 4C 2D
Octal 162 34 312 54 126 0 25 416 114 55
Binary 1110010 11100 11001010 101100 1010110 0 10101 100001110 1001100 101101

Color Harmonies of #721CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CCA

Black with #721CCA

Text Example


Text Example

White with #721CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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