Html Css Color HEX #721EC0 Purple Heart

📋 copy color: '#721EC0'

red 114 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #721EC0

Tints of Purple Heart #721EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.14%

R = 33.93%
G = 8.93%
B = 57.14%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#721EC0 (or 0x721EC0) is known color: Purple Heart. HEX triplet: 72, 1E and C0. RGB value is (114,30,192). Sum of RGB (Red+Green+Blue) = 114+30+192=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #721EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EC0 is #8DE13F. Grayscale: #494949. Windows color (decimal): -9298240 or 12590706. OLE color: 12590706.

HSL color Cylindrical-coordinate representation of color #721EC0: hue angle of 271.11º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721EC0 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 30 192 -
CMYK 0.41 0.84 0 0.25
HSL 271.11º 0.73% 0.44% -
HSV(B) 271.11º 0.84% 0.75% -
XYZ 16.92 8.31 50.58 -
YUV 73.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 114 30 192 0.41 0.84 0 0.25 271.11 0.73 0.44
Hex 72 1E C0 29 54 0 19 10F 49 2C
Octal 162 36 300 51 124 0 31 417 111 54
Binary 1110010 11110 11000000 101001 1010100 0 11001 100001111 1001001 101100

Color Harmonies of #721EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EC0

Black with #721EC0

Text Example


Text Example

White with #721EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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