Html Css Color HEX #7210BB Purple Heart

📋 copy color: '#7210BB'

red 114 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #7210BB

Tints of Purple Heart #7210BB

RGB

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

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

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

R = 35.96%
G = 5.05%
B = 58.99%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7210BB (or 0x7210BB) is known color: Purple Heart. HEX triplet: 72, 10 and BB. RGB value is (114,16,187). Sum of RGB (Red+Green+Blue) = 114+16+187=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #7210BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210BB is #8DEF44. Grayscale: #404040. Windows color (decimal): -9301829 or 12259442. OLE color: 12259442.

HSL color Cylindrical-coordinate representation of color #7210BB: hue angle of 274.39º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7210BB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 16 187 -
CMYK 0.39 0.91 0 0.27
HSL 274.39º 0.84% 0.4% -
HSV(B) 274.39º 0.91% 0.73% -
XYZ 16.09 7.54 47.62 -
YUV 64.8 196.97 163.1 -
System Red Green Blue C M Y K H S L
Decimal 114 16 187 0.39 0.91 0 0.27 274.39 0.84 0.4
Hex 72 10 BB 27 5B 0 1B 112 54 28
Octal 162 20 273 47 133 0 33 422 124 50
Binary 1110010 10000 10111011 100111 1011011 0 11011 100010010 1010100 101000

Color Harmonies of #7210BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210BB

Black with #7210BB

Text Example


Text Example

White with #7210BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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