Html Css Color HEX #713BBE Purple Heart

📋 copy color: '#713BBE'

red 113 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #713BBE

Tints of Purple Heart #713BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

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

R = 31.22%
G = 16.3%
B = 52.49%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#713BBE (or 0x713BBE) is known color: Purple Heart. HEX triplet: 71, 3B and BE. RGB value is (113,59,190). Sum of RGB (Red+Green+Blue) = 113+59+190=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #713BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BBE is #8EC441. Grayscale: #595959. Windows color (decimal): -9356354 or 12467057. OLE color: 12467057.

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

Color convert

RGB 113 59 190 -
CMYK 0.41 0.69 0 0.25
HSL 264.73º 0.53% 0.49% -
HSV(B) 264.73º 0.69% 0.75% -
XYZ 17.67 10.36 49.78 -
YUV 90.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 113 59 190 0.41 0.69 0 0.25 264.73 0.53 0.49
Hex 71 3B BE 29 45 0 19 109 35 31
Octal 161 73 276 51 105 0 31 411 65 61
Binary 1110001 111011 10111110 101001 1000101 0 11001 100001001 110101 110001

Color Harmonies of #713BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BBE

Black with #713BBE

Text Example


Text Example

White with #713BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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