Html Css Color HEX #721DCB Purple Heart

📋 copy color: '#721DCB'

red 114 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #721DCB

Tints of Purple Heart #721DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 32.95%
G = 8.38%
B = 58.67%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#721DCB (or 0x721DCB) is known color: Purple Heart. HEX triplet: 72, 1D and CB. RGB value is (114,29,203). Sum of RGB (Red+Green+Blue) = 114+29+203=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #721DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DCB is #8DE234. Grayscale: #494949. Windows color (decimal): -9298485 or 13311346. OLE color: 13311346.

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

Color convert

RGB 114 29 203 -
CMYK 0.44 0.86 0 0.20
HSL 269.31º 0.75% 0.45% -
HSV(B) 269.31º 0.86% 0.8% -
XYZ 18.16 8.77 57.24 -
YUV 74.25 200.66 156.35 -
System Red Green Blue C M Y K H S L
Decimal 114 29 203 0.44 0.86 0 0.20 269.31 0.75 0.45
Hex 72 1D CB 2C 56 0 14 10D 4B 2D
Octal 162 35 313 54 126 0 24 415 113 55
Binary 1110010 11101 11001011 101100 1010110 0 10100 100001101 1001011 101101

Color Harmonies of #721DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DCB

Black with #721DCB

Text Example


Text Example

White with #721DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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