Html Css Color HEX #712CBF Purple Heart

📋 copy color: '#712CBF'

red 113 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #712CBF

Tints of Purple Heart #712CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 191 (75% from 255) = 54.89%

R = 32.47%
G = 12.64%
B = 54.89%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#712CBF (or 0x712CBF) is known color: Purple Heart. HEX triplet: 71, 2C and BF. RGB value is (113,44,191). Sum of RGB (Red+Green+Blue) = 113+44+191=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #712CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CBF is #8ED340. Grayscale: #505050. Windows color (decimal): -9360193 or 12528753. OLE color: 12528753.

HSL color Cylindrical-coordinate representation of color #712CBF: hue angle of 268.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712CBF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 44 191 -
CMYK 0.41 0.77 0 0.25
HSL 268.16º 0.63% 0.46% -
HSV(B) 268.16º 0.77% 0.75% -
XYZ 17.11 9.07 50.14 -
YUV 81.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 113 44 191 0.41 0.77 0 0.25 268.16 0.63 0.46
Hex 71 2C BF 29 4D 0 19 10C 3F 2E
Octal 161 54 277 51 115 0 31 414 77 56
Binary 1110001 101100 10111111 101001 1001101 0 11001 100001100 111111 101110

Color Harmonies of #712CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CBF

Black with #712CBF

Text Example


Text Example

White with #712CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,44,191); }

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

background-color css

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

 a { background-color: rgb(113,44,191); }

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

border-color css

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

 span { border-color: rgb(113,44,191); }

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