Html Css Color HEX #712ABA Purple Heart

📋 copy color: '#712ABA'

red 113 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #712ABA

Tints of Purple Heart #712ABA

RGB

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

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

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

R = 33.14%
G = 12.32%
B = 54.55%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#712ABA (or 0x712ABA) is known color: Purple Heart. HEX triplet: 71, 2A and BA. RGB value is (113,42,186). Sum of RGB (Red+Green+Blue) = 113+42+186=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #712ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ABA is #8ED545. Grayscale: #4F4F4F. Windows color (decimal): -9360710 or 12200561. OLE color: 12200561.

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

Color convert

RGB 113 42 186 -
CMYK 0.39 0.77 0 0.27
HSL 269.58º 0.63% 0.45% -
HSV(B) 269.58º 0.77% 0.73% -
XYZ 16.5 8.71 47.27 -
YUV 79.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 113 42 186 0.39 0.77 0 0.27 269.58 0.63 0.45
Hex 71 2A BA 27 4D 0 1B 10E 3F 2D
Octal 161 52 272 47 115 0 33 416 77 55
Binary 1110001 101010 10111010 100111 1001101 0 11011 100001110 111111 101101

Color Harmonies of #712ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ABA

Black with #712ABA

Text Example


Text Example

White with #712ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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