Html Css Color HEX #7214BC Purple Heart

📋 copy color: '#7214BC'

red 114 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #7214BC

Tints of Purple Heart #7214BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 35.4%
G = 6.21%
B = 58.39%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7214BC (or 0x7214BC) is known color: Purple Heart. HEX triplet: 72, 14 and BC. RGB value is (114,20,188). Sum of RGB (Red+Green+Blue) = 114+20+188=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7214BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214BC is #8DEB43. Grayscale: #424242. Windows color (decimal): -9300804 or 12326002. OLE color: 12326002.

HSL color Cylindrical-coordinate representation of color #7214BC: hue angle of 273.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7214BC is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 20 188 -
CMYK 0.39 0.89 0 0.26
HSL 273.57º 0.81% 0.41% -
HSV(B) 273.57º 0.89% 0.74% -
XYZ 16.27 7.71 48.21 -
YUV 67.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 114 20 188 0.39 0.89 0 0.26 273.57 0.81 0.41
Hex 72 14 BC 27 59 0 1A 112 51 29
Octal 162 24 274 47 131 0 32 422 121 51
Binary 1110010 10100 10111100 100111 1011001 0 11010 100010010 1010001 101001

Color Harmonies of #7214BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7214BC

Black with #7214BC

Text Example


Text Example

White with #7214BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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