Html Css Color HEX #721FCA Purple Heart

📋 copy color: '#721FCA'

red 114 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #721FCA

Tints of Purple Heart #721FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

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

R = 32.85%
G = 8.93%
B = 58.21%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#721FCA (or 0x721FCA) is known color: Purple Heart. HEX triplet: 72, 1F and CA. RGB value is (114,31,202). Sum of RGB (Red+Green+Blue) = 114+31+202=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #721FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FCA is #8DE035. Grayscale: #4A4A4A. Windows color (decimal): -9297974 or 13246322. OLE color: 13246322.

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

Color convert

RGB 114 31 202 -
CMYK 0.44 0.85 0 0.21
HSL 269.12º 0.73% 0.46% -
HSV(B) 269.12º 0.85% 0.79% -
XYZ 18.09 8.82 56.63 -
YUV 75.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 114 31 202 0.44 0.85 0 0.21 269.12 0.73 0.46
Hex 72 1F CA 2C 55 0 15 10D 49 2E
Octal 162 37 312 54 125 0 25 415 111 56
Binary 1110010 11111 11001010 101100 1010101 0 10101 100001101 1001001 101110

Color Harmonies of #721FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FCA

Black with #721FCA

Text Example


Text Example

White with #721FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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