Html Css Color HEX #713CBF Purple Heart

📋 copy color: '#713CBF'

red 113 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #713CBF

Tints of Purple Heart #713CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 31.04%
G = 16.48%
B = 52.47%

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

#713CBF (or 0x713CBF) is known color: Purple Heart. HEX triplet: 71, 3C and BF. RGB value is (113,60,191). Sum of RGB (Red+Green+Blue) = 113+60+191=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #713CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CBF is #8EC340. Grayscale: #5A5A5A. Windows color (decimal): -9356097 or 12532849. OLE color: 12532849.

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

Color convert

RGB 113 60 191 -
CMYK 0.41 0.69 0 0.25
HSL 264.27º 0.52% 0.49% -
HSV(B) 264.27º 0.69% 0.75% -
XYZ 17.83 10.5 50.38 -
YUV 90.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 113 60 191 0.41 0.69 0 0.25 264.27 0.52 0.49
Hex 71 3C BF 29 45 0 19 108 34 31
Octal 161 74 277 51 105 0 31 410 64 61
Binary 1110001 111100 10111111 101001 1000101 0 11001 100001000 110100 110001

Color Harmonies of #713CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CBF

Black with #713CBF

Text Example


Text Example

White with #713CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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