Html Css Color HEX #713FBF Purple Heart

📋 copy color: '#713FBF'

red 113 ◦ green 63 ◦ blue 191

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

Shades of Purple Heart #713FBF

Tints of Purple Heart #713FBF

RGB

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

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

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

R = 30.79%
G = 17.17%
B = 52.04%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#713FBF (or 0x713FBF) is known color: Purple Heart. HEX triplet: 71, 3F and BF. RGB value is (113,63,191). Sum of RGB (Red+Green+Blue) = 113+63+191=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #713FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FBF is #8EC040. Grayscale: #5C5C5C. Windows color (decimal): -9355329 or 12533617. OLE color: 12533617.

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

Color convert

RGB 113 63 191 -
CMYK 0.41 0.67 0 0.25
HSL 263.44º 0.5% 0.5% -
HSV(B) 263.44º 0.67% 0.75% -
XYZ 17.99 10.83 50.43 -
YUV 92.54 183.57 142.59 -
System Red Green Blue C M Y K H S L
Decimal 113 63 191 0.41 0.67 0 0.25 263.44 0.5 0.5
Hex 71 3F BF 29 43 0 19 107 32 32
Octal 161 77 277 51 103 0 31 407 62 62
Binary 1110001 111111 10111111 101001 1000011 0 11001 100000111 110010 110010

Color Harmonies of #713FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FBF

Black with #713FBF

Text Example


Text Example

White with #713FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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