Html Css Color HEX #713CDC Purple Heart

📋 copy color: '#713CDC'

red 113 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #713CDC

Tints of Purple Heart #713CDC

RGB

 RED value IS 113 (44.53% from 255) = 28.75%

 GREEN value IS 60 (23.83% from 255) = 15.27%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 28.75%
G = 15.27%
B = 55.98%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#713CDC (or 0x713CDC) is known color: Purple Heart. HEX triplet: 71, 3C and DC. RGB value is (113,60,220). Sum of RGB (Red+Green+Blue) = 113+60+220=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #713CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CDC is #8EC323. Grayscale: #5D5D5D. Windows color (decimal): -9356068 or 14433393. OLE color: 14433393.

HSL color Cylindrical-coordinate representation of color #713CDC: hue angle of 259.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713CDC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 60 220 -
CMYK 0.49 0.73 0 0.14
HSL 259.88º 0.7% 0.55% -
HSV(B) 259.88º 0.73% 0.86% -
XYZ 21.34 11.91 68.88 -
YUV 94.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 113 60 220 0.49 0.73 0 0.14 259.88 0.7 0.55
Hex 71 3C DC 31 49 0 E 104 46 37
Octal 161 74 334 61 111 0 16 404 106 67
Binary 1110001 111100 11011100 110001 1001001 0 1110 100000100 1000110 110111

Color Harmonies of #713CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CDC

Black with #713CDC

Text Example


Text Example

White with #713CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713CDC; }

 p { color: rgb(113,60,220); }

 H1.HeaderClassName
 {
   color: #713CDC;
 }
 .AnyTagClassName
 {
   color: #713CDC;
 }
</style>

background-color css

<style>
 a { background-color: #713CDC; }

 a { background-color: rgb(113,60,220); }

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

border-color css

<style>
 span { border-color: #713CDC; }

 span { border-color: rgb(113,60,220); }

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