Html Css Color HEX #721ECB Purple Heart

📋 copy color: '#721ECB'

red 114 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #721ECB

Tints of Purple Heart #721ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 32.85%
G = 8.65%
B = 58.5%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#721ECB (or 0x721ECB) is known color: Purple Heart. HEX triplet: 72, 1E and CB. RGB value is (114,30,203). Sum of RGB (Red+Green+Blue) = 114+30+203=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #721ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ECB is #8DE134. Grayscale: #4A4A4A. Windows color (decimal): -9298229 or 13311602. OLE color: 13311602.

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

Color convert

RGB 114 30 203 -
CMYK 0.44 0.85 0 0.20
HSL 269.13º 0.74% 0.46% -
HSV(B) 269.13º 0.85% 0.8% -
XYZ 18.18 8.82 57.24 -
YUV 74.84 200.33 155.93 -
System Red Green Blue C M Y K H S L
Decimal 114 30 203 0.44 0.85 0 0.20 269.13 0.74 0.46
Hex 72 1E CB 2C 55 0 14 10D 4A 2E
Octal 162 36 313 54 125 0 24 415 112 56
Binary 1110010 11110 11001011 101100 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #721ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721ECB

Black with #721ECB

Text Example


Text Example

White with #721ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,30,203); }

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

background-color css

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

 a { background-color: rgb(114,30,203); }

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

border-color css

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

 span { border-color: rgb(114,30,203); }

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