Html Css Color HEX #7212BB Purple Heart

📋 copy color: '#7212BB'

red 114 ◦ green 18 ◦ blue 187

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

Shades of Purple Heart #7212BB

Tints of Purple Heart #7212BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 35.74%
G = 5.64%
B = 58.62%

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

#7212BB (or 0x7212BB) is known color: Purple Heart. HEX triplet: 72, 12 and BB. RGB value is (114,18,187). Sum of RGB (Red+Green+Blue) = 114+18+187=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #7212BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212BB is #8DED44. Grayscale: #414141. Windows color (decimal): -9301317 or 12259954. OLE color: 12259954.

HSL color Cylindrical-coordinate representation of color #7212BB: hue angle of 274.08º 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 #7212BB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 18 187 -
CMYK 0.39 0.90 0 0.27
HSL 274.08º 0.82% 0.4% -
HSV(B) 274.08º 0.9% 0.73% -
XYZ 16.13 7.6 47.63 -
YUV 65.97 196.3 162.26 -
System Red Green Blue C M Y K H S L
Decimal 114 18 187 0.39 0.90 0 0.27 274.08 0.82 0.4
Hex 72 12 BB 27 5A 0 1B 112 52 28
Octal 162 22 273 47 132 0 33 422 122 50
Binary 1110010 10010 10111011 100111 1011010 0 11011 100010010 1010010 101000

Color Harmonies of #7212BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212BB

Black with #7212BB

Text Example


Text Example

White with #7212BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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