Html Css Color HEX #713ABA Purple Heart

📋 copy color: '#713ABA'

red 113 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #713ABA

Tints of Purple Heart #713ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 31.65%
G = 16.25%
B = 52.1%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#713ABA (or 0x713ABA) is known color: Purple Heart. HEX triplet: 71, 3A and BA. RGB value is (113,58,186). Sum of RGB (Red+Green+Blue) = 113+58+186=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #713ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ABA is #8EC545. Grayscale: #585858. Windows color (decimal): -9356614 or 12204657. OLE color: 12204657.

HSL color Cylindrical-coordinate representation of color #713ABA: hue angle of 265.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713ABA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 58 186 -
CMYK 0.39 0.69 0 0.27
HSL 265.78º 0.52% 0.48% -
HSV(B) 265.78º 0.69% 0.73% -
XYZ 17.19 10.08 47.49 -
YUV 89.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 113 58 186 0.39 0.69 0 0.27 265.78 0.52 0.48
Hex 71 3A BA 27 45 0 1B 10A 34 30
Octal 161 72 272 47 105 0 33 412 64 60
Binary 1110001 111010 10111010 100111 1000101 0 11011 100001010 110100 110000

Color Harmonies of #713ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ABA

Black with #713ABA

Text Example


Text Example

White with #713ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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