Html Css Color HEX #730ECD Purple Heart

📋 copy color: '#730ECD'

red 115 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #730ECD

Tints of Purple Heart #730ECD

RGB

 RED value IS 115 (45.31% from 255) = 34.43%

 GREEN value IS 14 (5.86% from 255) = 4.19%

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

R = 34.43%
G = 4.19%
B = 61.38%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#730ECD (or 0x730ECD) is known color: Purple Heart. HEX triplet: 73, 0E and CD. RGB value is (115,14,205). Sum of RGB (Red+Green+Blue) = 115+14+205=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #730ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ECD is #8CF132. Grayscale: #414141. Windows color (decimal): -9236787 or 13438579. OLE color: 13438579.

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

Color convert

RGB 115 14 205 -
CMYK 0.44 0.93 0 0.20
HSL 271.73º 0.87% 0.43% -
HSV(B) 271.73º 0.93% 0.8% -
XYZ 18.25 8.37 58.41 -
YUV 65.97 206.46 162.97 -
System Red Green Blue C M Y K H S L
Decimal 115 14 205 0.44 0.93 0 0.20 271.73 0.87 0.43
Hex 73 E CD 2C 5D 0 14 110 57 2B
Octal 163 16 315 54 135 0 24 420 127 53
Binary 1110011 1110 11001101 101100 1011101 0 10100 100010000 1010111 101011

Color Harmonies of #730ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ECD

Black with #730ECD

Text Example


Text Example

White with #730ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,205); }

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

background-color css

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

 a { background-color: rgb(115,14,205); }

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

border-color css

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

 span { border-color: rgb(115,14,205); }

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