Html Css Color HEX #713FBE Purple Heart

📋 copy color: '#713FBE'

red 113 ◦ green 63 ◦ blue 190

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

Shades of Purple Heart #713FBE

Tints of Purple Heart #713FBE

RGB

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

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

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

R = 30.87%
G = 17.21%
B = 51.91%

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

#713FBE (or 0x713FBE) is known color: Purple Heart. HEX triplet: 71, 3F and BE. RGB value is (113,63,190). Sum of RGB (Red+Green+Blue) = 113+63+190=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #713FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FBE is #8EC041. Grayscale: #5B5B5B. Windows color (decimal): -9355330 or 12468081. OLE color: 12468081.

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

Color convert

RGB 113 63 190 -
CMYK 0.41 0.67 0 0.25
HSL 263.62º 0.5% 0.5% -
HSV(B) 263.62º 0.67% 0.75% -
XYZ 17.88 10.78 49.85 -
YUV 92.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 113 63 190 0.41 0.67 0 0.25 263.62 0.5 0.5
Hex 71 3F BE 29 43 0 19 108 32 32
Octal 161 77 276 51 103 0 31 410 62 62
Binary 1110001 111111 10111110 101001 1000011 0 11001 100001000 110010 110010

Color Harmonies of #713FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FBE

Black with #713FBE

Text Example


Text Example

White with #713FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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