Html Css Color HEX #712ADA Purple Heart

📋 copy color: '#712ADA'

red 113 ◦ green 42 ◦ blue 218

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

Shades of Purple Heart #712ADA

Tints of Purple Heart #712ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.45%

R = 30.29%
G = 11.26%
B = 58.45%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#712ADA (or 0x712ADA) is known color: Purple Heart. HEX triplet: 71, 2A and DA. RGB value is (113,42,218). Sum of RGB (Red+Green+Blue) = 113+42+218=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #712ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ADA is #8ED525. Grayscale: #525252. Windows color (decimal): -9360678 or 14297713. OLE color: 14297713.

HSL color Cylindrical-coordinate representation of color #712ADA: hue angle of 264.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712ADA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 42 218 -
CMYK 0.48 0.81 0 0.15
HSL 264.2º 0.7% 0.51% -
HSV(B) 264.2º 0.81% 0.85% -
XYZ 20.29 10.23 67.23 -
YUV 83.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 113 42 218 0.48 0.81 0 0.15 264.2 0.7 0.51
Hex 71 2A DA 30 51 0 F 108 46 33
Octal 161 52 332 60 121 0 17 410 106 63
Binary 1110001 101010 11011010 110000 1010001 0 1111 100001000 1000110 110011

Color Harmonies of #712ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ADA

Black with #712ADA

Text Example


Text Example

White with #712ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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