Html Css Color HEX #713ACC Purple Heart

📋 copy color: '#713ACC'

red 113 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #713ACC

Tints of Purple Heart #713ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 30.13%
G = 15.47%
B = 54.4%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#713ACC (or 0x713ACC) is known color: Purple Heart. HEX triplet: 71, 3A and CC. RGB value is (113,58,204). Sum of RGB (Red+Green+Blue) = 113+58+204=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #713ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ACC is #8EC533. Grayscale: #5A5A5A. Windows color (decimal): -9356596 or 13384305. OLE color: 13384305.

HSL color Cylindrical-coordinate representation of color #713ACC: hue angle of 262.6º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713ACC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 58 204 -
CMYK 0.45 0.72 0 0.2
HSL 262.6º 0.59% 0.51% -
HSV(B) 262.6º 0.72% 0.8% -
XYZ 19.22 10.9 58.22 -
YUV 91.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 113 58 204 0.45 0.72 0 0.2 262.6 0.59 0.51
Hex 71 3A CC 2D 48 0 14 107 3B 33
Octal 161 72 314 55 110 0 24 407 73 63
Binary 1110001 111010 11001100 101101 1001000 0 10100 100000111 111011 110011

Color Harmonies of #713ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ACC

Black with #713ACC

Text Example


Text Example

White with #713ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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