Html Css Color HEX #713DCE Purple Heart

📋 copy color: '#713DCE'

red 113 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #713DCE

Tints of Purple Heart #713DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

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

R = 29.74%
G = 16.05%
B = 54.21%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#713DCE (or 0x713DCE) is known color: Purple Heart. HEX triplet: 71, 3D and CE. RGB value is (113,61,206). Sum of RGB (Red+Green+Blue) = 113+61+206=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #713DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DCE is #8EC231. Grayscale: #5C5C5C. Windows color (decimal): -9355826 or 13516145. OLE color: 13516145.

HSL color Cylindrical-coordinate representation of color #713DCE: hue angle of 261.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713DCE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 61 206 -
CMYK 0.45 0.70 0 0.19
HSL 261.52º 0.6% 0.52% -
HSV(B) 261.52º 0.7% 0.81% -
XYZ 19.62 11.3 59.54 -
YUV 93.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 113 61 206 0.45 0.70 0 0.19 261.52 0.6 0.52
Hex 71 3D CE 2D 46 0 13 106 3C 34
Octal 161 75 316 55 106 0 23 406 74 64
Binary 1110001 111101 11001110 101101 1000110 0 10011 100000110 111100 110100

Color Harmonies of #713DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DCE

Black with #713DCE

Text Example


Text Example

White with #713DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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