Html Css Color HEX #713AC7 Purple Heart

📋 copy color: '#713AC7'

red 113 ◦ green 58 ◦ blue 199

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

Shades of Purple Heart #713AC7

Tints of Purple Heart #713AC7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 199 (78.13% from 255) = 53.78%

R = 30.54%
G = 15.68%
B = 53.78%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#713AC7 (or 0x713AC7) is known color: Purple Heart. HEX triplet: 71, 3A and C7. RGB value is (113,58,199). Sum of RGB (Red+Green+Blue) = 113+58+199=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #713AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AC7 is #8EC538. Grayscale: #5A5A5A. Windows color (decimal): -9356601 or 13056625. OLE color: 13056625.

HSL color Cylindrical-coordinate representation of color #713AC7: hue angle of 263.4º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713AC7 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 58 199 -
CMYK 0.43 0.71 0 0.22
HSL 263.4º 0.56% 0.5% -
HSV(B) 263.4º 0.71% 0.78% -
XYZ 18.63 10.66 55.11 -
YUV 90.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 113 58 199 0.43 0.71 0 0.22 263.4 0.56 0.5
Hex 71 3A C7 2B 47 0 16 107 38 32
Octal 161 72 307 53 107 0 26 407 70 62
Binary 1110001 111010 11000111 101011 1000111 0 10110 100000111 111000 110010

Color Harmonies of #713AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AC7

Black with #713AC7

Text Example


Text Example

White with #713AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,199); }

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

background-color css

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

 a { background-color: rgb(113,58,199); }

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

border-color css

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

 span { border-color: rgb(113,58,199); }

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