Html Css Color HEX #713FCE Purple Heart

📋 copy color: '#713FCE'

red 113 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #713FCE

Tints of Purple Heart #713FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 29.58%
G = 16.49%
B = 53.93%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#713FCE (or 0x713FCE) is known color: Purple Heart. HEX triplet: 71, 3F and CE. RGB value is (113,63,206). Sum of RGB (Red+Green+Blue) = 113+63+206=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #713FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FCE is #8EC031. Grayscale: #5D5D5D. Windows color (decimal): -9355314 or 13516657. OLE color: 13516657.

HSL color Cylindrical-coordinate representation of color #713FCE: hue angle of 260.98º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713FCE is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 63 206 -
CMYK 0.45 0.69 0 0.19
HSL 260.98º 0.59% 0.53% -
HSV(B) 260.98º 0.69% 0.81% -
XYZ 19.73 11.52 59.58 -
YUV 94.25 191.07 141.37 -
System Red Green Blue C M Y K H S L
Decimal 113 63 206 0.45 0.69 0 0.19 260.98 0.59 0.53
Hex 71 3F CE 2D 45 0 13 105 3B 35
Octal 161 77 316 55 105 0 23 405 73 65
Binary 1110001 111111 11001110 101101 1000101 0 10011 100000101 111011 110101

Color Harmonies of #713FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FCE

Black with #713FCE

Text Example


Text Example

White with #713FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,206); }

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

background-color css

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

 a { background-color: rgb(113,63,206); }

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

border-color css

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

 span { border-color: rgb(113,63,206); }

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