Html Css Color HEX #713EBF Purple Heart

📋 copy color: '#713EBF'

red 113 ◦ green 62 ◦ blue 191

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

Shades of Purple Heart #713EBF

Tints of Purple Heart #713EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

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

R = 30.87%
G = 16.94%
B = 52.19%

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

#713EBF (or 0x713EBF) is known color: Purple Heart. HEX triplet: 71, 3E and BF. RGB value is (113,62,191). Sum of RGB (Red+Green+Blue) = 113+62+191=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #713EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EBF is #8EC140. Grayscale: #5B5B5B. Windows color (decimal): -9355585 or 12533361. OLE color: 12533361.

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

Color convert

RGB 113 62 191 -
CMYK 0.41 0.68 0 0.25
HSL 263.72º 0.51% 0.5% -
HSV(B) 263.72º 0.68% 0.75% -
XYZ 17.94 10.72 50.41 -
YUV 91.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 113 62 191 0.41 0.68 0 0.25 263.72 0.51 0.5
Hex 71 3E BF 29 44 0 19 108 33 32
Octal 161 76 277 51 104 0 31 410 63 62
Binary 1110001 111110 10111111 101001 1000100 0 11001 100001000 110011 110010

Color Harmonies of #713EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EBF

Black with #713EBF

Text Example


Text Example

White with #713EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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