Html Css Color HEX #713FCF Purple Heart

📋 copy color: '#713FCF'

red 113 ◦ green 63 ◦ blue 207

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

Shades of Purple Heart #713FCF

Tints of Purple Heart #713FCF

RGB

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

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

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

R = 29.5%
G = 16.45%
B = 54.05%

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

#713FCF (or 0x713FCF) is known color: Purple Heart. HEX triplet: 71, 3F and CF. RGB value is (113,63,207). Sum of RGB (Red+Green+Blue) = 113+63+207=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #713FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FCF is #8EC030. Grayscale: #5D5D5D. Windows color (decimal): -9355313 or 13582193. OLE color: 13582193.

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

Color convert

RGB 113 63 207 -
CMYK 0.45 0.70 0 0.19
HSL 260.83º 0.6% 0.53% -
HSV(B) 260.83º 0.7% 0.81% -
XYZ 19.85 11.57 60.22 -
YUV 94.37 191.57 141.29 -
System Red Green Blue C M Y K H S L
Decimal 113 63 207 0.45 0.70 0 0.19 260.83 0.6 0.53
Hex 71 3F CF 2D 46 0 13 105 3C 35
Octal 161 77 317 55 106 0 23 405 74 65
Binary 1110001 111111 11001111 101101 1000110 0 10011 100000101 111100 110101

Color Harmonies of #713FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FCF

Black with #713FCF

Text Example


Text Example

White with #713FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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