Html Css Color HEX #713DBE Purple Heart

📋 copy color: '#713DBE'

red 113 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #713DBE

Tints of Purple Heart #713DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 31.04%
G = 16.76%
B = 52.2%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#713DBE (or 0x713DBE) is known color: Purple Heart. HEX triplet: 71, 3D and BE. RGB value is (113,61,190). Sum of RGB (Red+Green+Blue) = 113+61+190=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #713DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DBE is #8EC241. Grayscale: #5A5A5A. Windows color (decimal): -9355842 or 12467569. OLE color: 12467569.

HSL color Cylindrical-coordinate representation of color #713DBE: hue angle of 264.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713DBE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 61 190 -
CMYK 0.41 0.68 0 0.25
HSL 264.19º 0.51% 0.49% -
HSV(B) 264.19º 0.68% 0.75% -
XYZ 17.77 10.57 49.82 -
YUV 91.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 113 61 190 0.41 0.68 0 0.25 264.19 0.51 0.49
Hex 71 3D BE 29 44 0 19 108 33 31
Octal 161 75 276 51 104 0 31 410 63 61
Binary 1110001 111101 10111110 101001 1000100 0 11001 100001000 110011 110001

Color Harmonies of #713DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DBE

Black with #713DBE

Text Example


Text Example

White with #713DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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