Html Css Color HEX #713DCF Purple Heart

📋 copy color: '#713DCF'

red 113 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #713DCF

Tints of Purple Heart #713DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 29.66%
G = 16.01%
B = 54.33%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#713DCF (or 0x713DCF) is known color: Purple Heart. HEX triplet: 71, 3D and CF. RGB value is (113,61,207). Sum of RGB (Red+Green+Blue) = 113+61+207=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #713DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DCF is #8EC230. Grayscale: #5C5C5C. Windows color (decimal): -9355825 or 13581681. OLE color: 13581681.

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

Color convert

RGB 113 61 207 -
CMYK 0.45 0.71 0 0.19
HSL 261.37º 0.6% 0.53% -
HSV(B) 261.37º 0.71% 0.81% -
XYZ 19.74 11.35 60.18 -
YUV 93.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 113 61 207 0.45 0.71 0 0.19 261.37 0.6 0.53
Hex 71 3D CF 2D 47 0 13 105 3C 35
Octal 161 75 317 55 107 0 23 405 74 65
Binary 1110001 111101 11001111 101101 1000111 0 10011 100000101 111100 110101

Color Harmonies of #713DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DCF

Black with #713DCF

Text Example


Text Example

White with #713DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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