Html Css Color HEX #7212BD Purple Heart

📋 copy color: '#7212BD'

red 114 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #7212BD

Tints of Purple Heart #7212BD

RGB

 RED value IS 114 (44.92% from 255) = 35.51%

 GREEN value IS 18 (7.42% from 255) = 5.61%

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 35.51%
G = 5.61%
B = 58.88%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7212BD (or 0x7212BD) is known color: Purple Heart. HEX triplet: 72, 12 and BD. RGB value is (114,18,189). Sum of RGB (Red+Green+Blue) = 114+18+189=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #7212BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212BD is #8DED42. Grayscale: #414141. Windows color (decimal): -9301315 or 12391026. OLE color: 12391026.

HSL color Cylindrical-coordinate representation of color #7212BD: hue angle of 273.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7212BD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 18 189 -
CMYK 0.40 0.90 0 0.26
HSL 273.68º 0.83% 0.41% -
HSV(B) 273.68º 0.9% 0.74% -
XYZ 16.34 7.68 48.77 -
YUV 66.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 114 18 189 0.40 0.90 0 0.26 273.68 0.83 0.41
Hex 72 12 BD 28 5A 0 1A 112 53 29
Octal 162 22 275 50 132 0 32 422 123 51
Binary 1110010 10010 10111101 101000 1011010 0 11010 100010010 1010011 101001

Color Harmonies of #7212BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212BD

Black with #7212BD

Text Example


Text Example

White with #7212BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7212BD; }

 p { color: rgb(114,18,189); }

 H1.HeaderClassName
 {
   color: #7212BD;
 }
 .AnyTagClassName
 {
   color: #7212BD;
 }
</style>

background-color css

<style>
 a { background-color: #7212BD; }

 a { background-color: rgb(114,18,189); }

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

border-color css

<style>
 span { border-color: #7212BD; }

 span { border-color: rgb(114,18,189); }

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