Html Css Color HEX #712AB5 Purple Heart

📋 copy color: '#712AB5'

red 113 ◦ green 42 ◦ blue 181

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

Shades of Purple Heart #712AB5

Tints of Purple Heart #712AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

 BLUE value IS 181 (71.09% from 255) = 53.87%

R = 33.63%
G = 12.5%
B = 53.87%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#712AB5 (or 0x712AB5) is known color: Purple Heart. HEX triplet: 71, 2A and B5. RGB value is (113,42,181). Sum of RGB (Red+Green+Blue) = 113+42+181=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #712AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712AB5 is #8ED54A. Grayscale: #4E4E4E. Windows color (decimal): -9360715 or 11872881. OLE color: 11872881.

HSL color Cylindrical-coordinate representation of color #712AB5: hue angle of 270.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712AB5 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 42 181 -
CMYK 0.38 0.77 0 0.29
HSL 270.65º 0.62% 0.44% -
HSV(B) 270.65º 0.77% 0.71% -
XYZ 15.98 8.5 44.52 -
YUV 79.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 113 42 181 0.38 0.77 0 0.29 270.65 0.62 0.44
Hex 71 2A B5 26 4D 0 1D 10F 3E 2C
Octal 161 52 265 46 115 0 35 417 76 54
Binary 1110001 101010 10110101 100110 1001101 0 11101 100001111 111110 101100

Color Harmonies of #712AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712AB5

Black with #712AB5

Text Example


Text Example

White with #712AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712AB5; }

 p { color: rgb(113,42,181); }

 H1.HeaderClassName
 {
   color: #712AB5;
 }
 .AnyTagClassName
 {
   color: #712AB5;
 }
</style>

background-color css

<style>
 a { background-color: #712AB5; }

 a { background-color: rgb(113,42,181); }

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

border-color css

<style>
 span { border-color: #712AB5; }

 span { border-color: rgb(113,42,181); }

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