Html Css Color HEX #712DB2 Purple Heart

📋 copy color: '#712DB2'

red 113 ◦ green 45 ◦ blue 178

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

Shades of Purple Heart #712DB2

Tints of Purple Heart #712DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 178 (69.92% from 255) = 52.98%

R = 33.63%
G = 13.39%
B = 52.98%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#712DB2 (or 0x712DB2) is known color: Purple Heart. HEX triplet: 71, 2D and B2. RGB value is (113,45,178). Sum of RGB (Red+Green+Blue) = 113+45+178=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #712DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712DB2 is #8ED24D. Grayscale: #505050. Windows color (decimal): -9359950 or 11677041. OLE color: 11677041.

HSL color Cylindrical-coordinate representation of color #712DB2: hue angle of 270.68º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712DB2 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 45 178 -
CMYK 0.37 0.75 0 0.30
HSL 270.68º 0.6% 0.44% -
HSV(B) 270.68º 0.75% 0.7% -
XYZ 15.78 8.6 42.95 -
YUV 80.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 113 45 178 0.37 0.75 0 0.30 270.68 0.6 0.44
Hex 71 2D B2 25 4B 0 1E 10F 3C 2C
Octal 161 55 262 45 113 0 36 417 74 54
Binary 1110001 101101 10110010 100101 1001011 0 11110 100001111 111100 101100

Color Harmonies of #712DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712DB2

Black with #712DB2

Text Example


Text Example

White with #712DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,45,178); }

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

background-color css

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

 a { background-color: rgb(113,45,178); }

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

border-color css

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

 span { border-color: rgb(113,45,178); }

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