Html Css Color HEX #7212BC Purple Heart

📋 copy color: '#7212BC'

red 114 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #7212BC

Tints of Purple Heart #7212BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 35.63%
G = 5.63%
B = 58.75%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7212BC (or 0x7212BC) is known color: Purple Heart. HEX triplet: 72, 12 and BC. RGB value is (114,18,188). Sum of RGB (Red+Green+Blue) = 114+18+188=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #7212BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212BC is #8DED43. Grayscale: #414141. Windows color (decimal): -9301316 or 12325490. OLE color: 12325490.

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

Color convert

RGB 114 18 188 -
CMYK 0.39 0.90 0 0.26
HSL 273.88º 0.83% 0.4% -
HSV(B) 273.88º 0.9% 0.74% -
XYZ 16.23 7.64 48.2 -
YUV 66.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 114 18 188 0.39 0.90 0 0.26 273.88 0.83 0.4
Hex 72 12 BC 27 5A 0 1A 112 53 28
Octal 162 22 274 47 132 0 32 422 123 50
Binary 1110010 10010 10111100 100111 1011010 0 11010 100010010 1010011 101000

Color Harmonies of #7212BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7212BC

Black with #7212BC

Text Example


Text Example

White with #7212BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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