Html Css Color HEX #721EC1 Purple Heart

📋 copy color: '#721EC1'

red 114 ◦ green 30 ◦ blue 193

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

Shades of Purple Heart #721EC1

Tints of Purple Heart #721EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 33.83%
G = 8.9%
B = 57.27%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#721EC1 (or 0x721EC1) is known color: Purple Heart. HEX triplet: 72, 1E and C1. RGB value is (114,30,193). Sum of RGB (Red+Green+Blue) = 114+30+193=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #721EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EC1 is #8DE13E. Grayscale: #494949. Windows color (decimal): -9298239 or 12656242. OLE color: 12656242.

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

Color convert

RGB 114 30 193 -
CMYK 0.41 0.84 0 0.24
HSL 270.92º 0.73% 0.44% -
HSV(B) 270.92º 0.84% 0.76% -
XYZ 17.03 8.36 51.17 -
YUV 73.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 114 30 193 0.41 0.84 0 0.24 270.92 0.73 0.44
Hex 72 1E C1 29 54 0 18 10F 49 2C
Octal 162 36 301 51 124 0 30 417 111 54
Binary 1110010 11110 11000001 101001 1010100 0 11000 100001111 1001001 101100

Color Harmonies of #721EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EC1

Black with #721EC1

Text Example


Text Example

White with #721EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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