Html Css Color HEX #713FDA Purple Heart

📋 copy color: '#713FDA'

red 113 ◦ green 63 ◦ blue 218

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

Shades of Purple Heart #713FDA

Tints of Purple Heart #713FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 28.68%
G = 15.99%
B = 55.33%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#713FDA (or 0x713FDA) is known color: Purple Heart. HEX triplet: 71, 3F and DA. RGB value is (113,63,218). Sum of RGB (Red+Green+Blue) = 113+63+218=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #713FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FDA is #8EC025. Grayscale: #5F5F5F. Windows color (decimal): -9355302 or 14303089. OLE color: 14303089.

HSL color Cylindrical-coordinate representation of color #713FDA: hue angle of 259.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713FDA is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 63 218 -
CMYK 0.48 0.71 0 0.15
HSL 259.35º 0.68% 0.55% -
HSV(B) 259.35º 0.71% 0.85% -
XYZ 21.24 12.13 67.55 -
YUV 95.62 197.07 140.4 -
System Red Green Blue C M Y K H S L
Decimal 113 63 218 0.48 0.71 0 0.15 259.35 0.68 0.55
Hex 71 3F DA 30 47 0 F 103 44 37
Octal 161 77 332 60 107 0 17 403 104 67
Binary 1110001 111111 11011010 110000 1000111 0 1111 100000011 1000100 110111

Color Harmonies of #713FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FDA

Black with #713FDA

Text Example


Text Example

White with #713FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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