Html Css Color HEX #721CB2 Purple Heart

📋 copy color: '#721CB2'

red 114 ◦ green 28 ◦ blue 178

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

Shades of Purple Heart #721CB2

Tints of Purple Heart #721CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.63%

R = 35.63%
G = 8.75%
B = 55.63%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#721CB2 (or 0x721CB2) is known color: Purple Heart. HEX triplet: 72, 1C and B2. RGB value is (114,28,178). Sum of RGB (Red+Green+Blue) = 114+28+178=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #721CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721CB2 is #8DE34D. Grayscale: #464646. Windows color (decimal): -9298766 or 11672690. OLE color: 11672690.

HSL color Cylindrical-coordinate representation of color #721CB2: hue angle of 274.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721CB2 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 28 178 -
CMYK 0.36 0.84 0 0.30
HSL 274.4º 0.73% 0.4% -
HSV(B) 274.4º 0.84% 0.7% -
XYZ 15.39 7.62 42.78 -
YUV 70.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 114 28 178 0.36 0.84 0 0.30 274.4 0.73 0.4
Hex 72 1C B2 24 54 0 1E 112 49 28
Octal 162 34 262 44 124 0 36 422 111 50
Binary 1110010 11100 10110010 100100 1010100 0 11110 100010010 1001001 101000

Color Harmonies of #721CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CB2

Black with #721CB2

Text Example


Text Example

White with #721CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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