Html Css Color HEX #712BD6 Purple Heart

📋 copy color: '#712BD6'

red 113 ◦ green 43 ◦ blue 214

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

Shades of Purple Heart #712BD6

Tints of Purple Heart #712BD6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.62%

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 30.54%
G = 11.62%
B = 57.84%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#712BD6 (or 0x712BD6) is known color: Purple Heart. HEX triplet: 71, 2B and D6. RGB value is (113,43,214). Sum of RGB (Red+Green+Blue) = 113+43+214=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #712BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BD6 is #8ED429. Grayscale: #525252. Windows color (decimal): -9360426 or 14035825. OLE color: 14035825.

HSL color Cylindrical-coordinate representation of color #712BD6: hue angle of 264.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712BD6 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 43 214 -
CMYK 0.47 0.80 0 0.16
HSL 264.56º 0.68% 0.5% -
HSV(B) 264.56º 0.8% 0.84% -
XYZ 19.81 10.09 64.52 -
YUV 83.42 201.69 149.1 -
System Red Green Blue C M Y K H S L
Decimal 113 43 214 0.47 0.80 0 0.16 264.56 0.68 0.5
Hex 71 2B D6 2F 50 0 10 109 44 32
Octal 161 53 326 57 120 0 20 411 104 62
Binary 1110001 101011 11010110 101111 1010000 0 10000 100001001 1000100 110010

Color Harmonies of #712BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712BD6

Black with #712BD6

Text Example


Text Example

White with #712BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,214); }

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

background-color css

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

 a { background-color: rgb(113,43,214); }

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

border-color css

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

 span { border-color: rgb(113,43,214); }

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