Html Css Color HEX #713EBE Purple Heart

📋 copy color: '#713EBE'

red 113 ◦ green 62 ◦ blue 190

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

Shades of Purple Heart #713EBE

Tints of Purple Heart #713EBE

RGB

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

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

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

R = 30.96%
G = 16.99%
B = 52.05%

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

#713EBE (or 0x713EBE) is known color: Purple Heart. HEX triplet: 71, 3E and BE. RGB value is (113,62,190). Sum of RGB (Red+Green+Blue) = 113+62+190=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #713EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EBE is #8EC141. Grayscale: #5B5B5B. Windows color (decimal): -9355586 or 12467825. OLE color: 12467825.

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

Color convert

RGB 113 62 190 -
CMYK 0.41 0.67 0 0.25
HSL 263.91º 0.51% 0.49% -
HSV(B) 263.91º 0.67% 0.75% -
XYZ 17.83 10.67 49.84 -
YUV 91.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 113 62 190 0.41 0.67 0 0.25 263.91 0.51 0.49
Hex 71 3E BE 29 43 0 19 108 33 31
Octal 161 76 276 51 103 0 31 410 63 61
Binary 1110001 111110 10111110 101001 1000011 0 11001 100001000 110011 110001

Color Harmonies of #713EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EBE

Black with #713EBE

Text Example


Text Example

White with #713EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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