Html Css Color HEX #722ECD Purple Heart

📋 copy color: '#722ECD'

red 114 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #722ECD

Tints of Purple Heart #722ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

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

R = 31.23%
G = 12.6%
B = 56.16%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#722ECD (or 0x722ECD) is known color: Purple Heart. HEX triplet: 72, 2E and CD. RGB value is (114,46,205). Sum of RGB (Red+Green+Blue) = 114+46+205=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #722ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ECD is #8DD132. Grayscale: #535353. Windows color (decimal): -9294131 or 13446770. OLE color: 13446770.

HSL color Cylindrical-coordinate representation of color #722ECD: hue angle of 265.66º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722ECD is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 46 205 -
CMYK 0.44 0.78 0 0.20
HSL 265.66º 0.63% 0.49% -
HSV(B) 265.66º 0.78% 0.8% -
XYZ 18.94 9.94 58.68 -
YUV 84.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 114 46 205 0.44 0.78 0 0.20 265.66 0.63 0.49
Hex 72 2E CD 2C 4E 0 14 10A 3F 31
Octal 162 56 315 54 116 0 24 412 77 61
Binary 1110010 101110 11001101 101100 1001110 0 10100 100001010 111111 110001

Color Harmonies of #722ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722ECD

Black with #722ECD

Text Example


Text Example

White with #722ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722ECD; }

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

 H1.HeaderClassName
 {
   color: #722ECD;
 }
 .AnyTagClassName
 {
   color: #722ECD;
 }
</style>

background-color css

<style>
 a { background-color: #722ECD; }

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

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

border-color css

<style>
 span { border-color: #722ECD; }

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

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