Html Css Color HEX #713FDC Purple Heart

📋 copy color: '#713FDC'

red 113 ◦ green 63 ◦ blue 220

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

Shades of Purple Heart #713FDC

Tints of Purple Heart #713FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

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

R = 28.54%
G = 15.91%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#713FDC (or 0x713FDC) is known color: Purple Heart. HEX triplet: 71, 3F and DC. RGB value is (113,63,220). Sum of RGB (Red+Green+Blue) = 113+63+220=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #713FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FDC is #8EC023. Grayscale: #5F5F5F. Windows color (decimal): -9355300 or 14434161. OLE color: 14434161.

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

Color convert

RGB 113 63 220 -
CMYK 0.49 0.71 0 0.14
HSL 259.11º 0.69% 0.55% -
HSV(B) 259.11º 0.71% 0.86% -
XYZ 21.51 12.23 68.94 -
YUV 95.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 113 63 220 0.49 0.71 0 0.14 259.11 0.69 0.55
Hex 71 3F DC 31 47 0 E 103 45 37
Octal 161 77 334 61 107 0 16 403 105 67
Binary 1110001 111111 11011100 110001 1000111 0 1110 100000011 1000101 110111

Color Harmonies of #713FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FDC

Black with #713FDC

Text Example


Text Example

White with #713FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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