Html Css Color HEX #7212BA Purple Heart

📋 copy color: '#7212BA'

red 114 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #7212BA

Tints of Purple Heart #7212BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 35.85%
G = 5.66%
B = 58.49%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7212BA (or 0x7212BA) is known color: Purple Heart. HEX triplet: 72, 12 and BA. RGB value is (114,18,186). Sum of RGB (Red+Green+Blue) = 114+18+186=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #7212BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212BA is #8DED45. Grayscale: #414141. Windows color (decimal): -9301318 or 12194418. OLE color: 12194418.

HSL color Cylindrical-coordinate representation of color #7212BA: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7212BA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 18 186 -
CMYK 0.39 0.90 0 0.27
HSL 274.29º 0.82% 0.4% -
HSV(B) 274.29º 0.9% 0.73% -
XYZ 16.02 7.56 47.07 -
YUV 65.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 114 18 186 0.39 0.90 0 0.27 274.29 0.82 0.4
Hex 72 12 BA 27 5A 0 1B 112 52 28
Octal 162 22 272 47 132 0 33 422 122 50
Binary 1110010 10010 10111010 100111 1011010 0 11011 100010010 1010010 101000

Color Harmonies of #7212BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212BA

Black with #7212BA

Text Example


Text Example

White with #7212BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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