Html Css Color HEX #713ACE Purple Heart

📋 copy color: '#713ACE'

red 113 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #713ACE

Tints of Purple Heart #713ACE

RGB

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

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

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

R = 29.97%
G = 15.38%
B = 54.64%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#713ACE (or 0x713ACE) is known color: Purple Heart. HEX triplet: 71, 3A and CE. RGB value is (113,58,206). Sum of RGB (Red+Green+Blue) = 113+58+206=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #713ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ACE is #8EC531. Grayscale: #5A5A5A. Windows color (decimal): -9356594 or 13515377. OLE color: 13515377.

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

Color convert

RGB 113 58 206 -
CMYK 0.45 0.72 0 0.19
HSL 262.3º 0.6% 0.52% -
HSV(B) 262.3º 0.72% 0.81% -
XYZ 19.46 10.99 59.49 -
YUV 91.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 113 58 206 0.45 0.72 0 0.19 262.3 0.6 0.52
Hex 71 3A CE 2D 48 0 13 106 3C 34
Octal 161 72 316 55 110 0 23 406 74 64
Binary 1110001 111010 11001110 101101 1001000 0 10011 100000110 111100 110100

Color Harmonies of #713ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ACE

Black with #713ACE

Text Example


Text Example

White with #713ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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