Html Css Color HEX #713DDC Purple Heart

📋 copy color: '#713DDC'

red 113 ◦ green 61 ◦ blue 220

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

Shades of Purple Heart #713DDC

Tints of Purple Heart #713DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.48%

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

R = 28.68%
G = 15.48%
B = 55.84%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#713DDC (or 0x713DDC) is known color: Purple Heart. HEX triplet: 71, 3D and DC. RGB value is (113,61,220). Sum of RGB (Red+Green+Blue) = 113+61+220=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #713DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DDC is #8EC223. Grayscale: #5E5E5E. Windows color (decimal): -9355812 or 14433649. OLE color: 14433649.

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

Color convert

RGB 113 61 220 -
CMYK 0.49 0.72 0 0.14
HSL 259.62º 0.69% 0.55% -
HSV(B) 259.62º 0.72% 0.86% -
XYZ 21.4 12.02 68.9 -
YUV 94.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 113 61 220 0.49 0.72 0 0.14 259.62 0.69 0.55
Hex 71 3D DC 31 48 0 E 104 45 37
Octal 161 75 334 61 110 0 16 404 105 67
Binary 1110001 111101 11011100 110001 1001000 0 1110 100000100 1000101 110111

Color Harmonies of #713DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DDC

Black with #713DDC

Text Example


Text Example

White with #713DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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