Html Css Color HEX #713ACB Purple Heart

📋 copy color: '#713ACB'

red 113 ◦ green 58 ◦ blue 203

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

Shades of Purple Heart #713ACB

Tints of Purple Heart #713ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 30.21%
G = 15.51%
B = 54.28%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713ACB (or 0x713ACB) is known color: Purple Heart. HEX triplet: 71, 3A and CB. RGB value is (113,58,203). Sum of RGB (Red+Green+Blue) = 113+58+203=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #713ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ACB is #8EC534. Grayscale: #5A5A5A. Windows color (decimal): -9356597 or 13318769. OLE color: 13318769.

HSL color Cylindrical-coordinate representation of color #713ACB: hue angle of 262.76º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713ACB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 58 203 -
CMYK 0.44 0.71 0 0.20
HSL 262.76º 0.58% 0.51% -
HSV(B) 262.76º 0.71% 0.8% -
XYZ 19.1 10.85 57.59 -
YUV 90.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 113 58 203 0.44 0.71 0 0.20 262.76 0.58 0.51
Hex 71 3A CB 2C 47 0 14 107 3A 33
Octal 161 72 313 54 107 0 24 407 72 63
Binary 1110001 111010 11001011 101100 1000111 0 10100 100000111 111010 110011

Color Harmonies of #713ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ACB

Black with #713ACB

Text Example


Text Example

White with #713ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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