Html Css Color HEX #713ECB Purple Heart

📋 copy color: '#713ECB'

red 113 ◦ green 62 ◦ blue 203

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

Shades of Purple Heart #713ECB

Tints of Purple Heart #713ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 29.89%
G = 16.4%
B = 53.7%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713ECB (or 0x713ECB) is known color: Purple Heart. HEX triplet: 71, 3E and CB. RGB value is (113,62,203). Sum of RGB (Red+Green+Blue) = 113+62+203=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #713ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ECB is #8EC134. Grayscale: #5C5C5C. Windows color (decimal): -9355573 or 13319793. OLE color: 13319793.

HSL color Cylindrical-coordinate representation of color #713ECB: hue angle of 261.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713ECB is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 62 203 -
CMYK 0.44 0.69 0 0.20
HSL 261.7º 0.58% 0.52% -
HSV(B) 261.7º 0.69% 0.8% -
XYZ 19.31 11.27 57.66 -
YUV 93.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 113 62 203 0.44 0.69 0 0.20 261.7 0.58 0.52
Hex 71 3E CB 2C 45 0 14 106 3A 34
Octal 161 76 313 54 105 0 24 406 72 64
Binary 1110001 111110 11001011 101100 1000101 0 10100 100000110 111010 110100

Color Harmonies of #713ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ECB

Black with #713ECB

Text Example


Text Example

White with #713ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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