Html Css Color HEX #713DBF Purple Heart

📋 copy color: '#713DBF'

red 113 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #713DBF

Tints of Purple Heart #713DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 30.96%
G = 16.71%
B = 52.33%

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

#713DBF (or 0x713DBF) is known color: Purple Heart. HEX triplet: 71, 3D and BF. RGB value is (113,61,191). Sum of RGB (Red+Green+Blue) = 113+61+191=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #713DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DBF is #8EC240. Grayscale: #5A5A5A. Windows color (decimal): -9355841 or 12533105. OLE color: 12533105.

HSL color Cylindrical-coordinate representation of color #713DBF: hue angle of 264º degrees, saturation: 0.52, 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 #713DBF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 61 191 -
CMYK 0.41 0.68 0 0.25
HSL 264º 0.52% 0.49% -
HSV(B) 264º 0.68% 0.75% -
XYZ 17.88 10.61 50.4 -
YUV 91.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 113 61 191 0.41 0.68 0 0.25 264 0.52 0.49
Hex 71 3D BF 29 44 0 19 108 34 31
Octal 161 75 277 51 104 0 31 410 64 61
Binary 1110001 111101 10111111 101001 1000100 0 11001 100001000 110100 110001

Color Harmonies of #713DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DBF

Black with #713DBF

Text Example


Text Example

White with #713DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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