Html Css Color HEX #713BC0 Purple Heart

📋 copy color: '#713BC0'

red 113 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #713BC0

Tints of Purple Heart #713BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 31.04%
G = 16.21%
B = 52.75%

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

#713BC0 (or 0x713BC0) is known color: Purple Heart. HEX triplet: 71, 3B and C0. RGB value is (113,59,192). Sum of RGB (Red+Green+Blue) = 113+59+192=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #713BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BC0 is #8EC43F. Grayscale: #595959. Windows color (decimal): -9356352 or 12598129. OLE color: 12598129.

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

Color convert

RGB 113 59 192 -
CMYK 0.41 0.69 0 0.25
HSL 264.36º 0.53% 0.49% -
HSV(B) 264.36º 0.69% 0.75% -
XYZ 17.89 10.44 50.94 -
YUV 90.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 113 59 192 0.41 0.69 0 0.25 264.36 0.53 0.49
Hex 71 3B C0 29 45 0 19 108 35 31
Octal 161 73 300 51 105 0 31 410 65 61
Binary 1110001 111011 11000000 101001 1000101 0 11001 100001000 110101 110001

Color Harmonies of #713BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BC0

Black with #713BC0

Text Example


Text Example

White with #713BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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