Html Css Color HEX #721CCD Purple Heart

📋 copy color: '#721CCD'

red 114 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #721CCD

Tints of Purple Heart #721CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 32.85%
G = 8.07%
B = 59.08%

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

#721CCD (or 0x721CCD) is known color: Purple Heart. HEX triplet: 72, 1C and CD. RGB value is (114,28,205). Sum of RGB (Red+Green+Blue) = 114+28+205=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #721CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CCD is #8DE332. Grayscale: #494949. Windows color (decimal): -9298739 or 13442162. OLE color: 13442162.

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

Color convert

RGB 114 28 205 -
CMYK 0.44 0.86 0 0.20
HSL 269.15º 0.76% 0.46% -
HSV(B) 269.15º 0.86% 0.8% -
XYZ 18.37 8.82 58.49 -
YUV 73.89 201.99 156.61 -
System Red Green Blue C M Y K H S L
Decimal 114 28 205 0.44 0.86 0 0.20 269.15 0.76 0.46
Hex 72 1C CD 2C 56 0 14 10D 4C 2E
Octal 162 34 315 54 126 0 24 415 114 56
Binary 1110010 11100 11001101 101100 1010110 0 10100 100001101 1001100 101110

Color Harmonies of #721CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CCD

Black with #721CCD

Text Example


Text Example

White with #721CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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