Html Css Color HEX #7210BD Purple Heart

📋 copy color: '#7210BD'

red 114 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #7210BD

Tints of Purple Heart #7210BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 35.74%
G = 5.02%
B = 59.25%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7210BD (or 0x7210BD) is known color: Purple Heart. HEX triplet: 72, 10 and BD. RGB value is (114,16,189). Sum of RGB (Red+Green+Blue) = 114+16+189=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #7210BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210BD is #8DEF42. Grayscale: #404040. Windows color (decimal): -9301827 or 12390514. OLE color: 12390514.

HSL color Cylindrical-coordinate representation of color #7210BD: hue angle of 273.99º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7210BD is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 16 189 -
CMYK 0.40 0.92 0 0.26
HSL 273.99º 0.84% 0.4% -
HSV(B) 273.99º 0.92% 0.74% -
XYZ 16.31 7.62 48.76 -
YUV 65.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 114 16 189 0.40 0.92 0 0.26 273.99 0.84 0.4
Hex 72 10 BD 28 5C 0 1A 112 54 28
Octal 162 20 275 50 134 0 32 422 124 50
Binary 1110010 10000 10111101 101000 1011100 0 11010 100010010 1010100 101000

Color Harmonies of #7210BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210BD

Black with #7210BD

Text Example


Text Example

White with #7210BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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