Html Css Color HEX #713ABD Purple Heart

📋 copy color: '#713ABD'

red 113 ◦ green 58 ◦ blue 189

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

Shades of Purple Heart #713ABD

Tints of Purple Heart #713ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 31.39%
G = 16.11%
B = 52.5%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#713ABD (or 0x713ABD) is known color: Purple Heart. HEX triplet: 71, 3A and BD. RGB value is (113,58,189). Sum of RGB (Red+Green+Blue) = 113+58+189=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #713ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ABD is #8EC542. Grayscale: #585858. Windows color (decimal): -9356611 or 12401265. OLE color: 12401265.

HSL color Cylindrical-coordinate representation of color #713ABD: hue angle of 265.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713ABD is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 58 189 -
CMYK 0.40 0.69 0 0.26
HSL 265.19º 0.53% 0.48% -
HSV(B) 265.19º 0.69% 0.74% -
XYZ 17.51 10.21 49.19 -
YUV 89.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 113 58 189 0.40 0.69 0 0.26 265.19 0.53 0.48
Hex 71 3A BD 28 45 0 1A 109 35 30
Octal 161 72 275 50 105 0 32 411 65 60
Binary 1110001 111010 10111101 101000 1000101 0 11010 100001001 110101 110000

Color Harmonies of #713ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ABD

Black with #713ABD

Text Example


Text Example

White with #713ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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