Html Css Color HEX #7210BE Purple Heart

📋 copy color: '#7210BE'

red 114 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #7210BE

Tints of Purple Heart #7210BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 35.63%
G = 5%
B = 59.38%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7210BE (or 0x7210BE) is known color: Purple Heart. HEX triplet: 72, 10 and BE. RGB value is (114,16,190). Sum of RGB (Red+Green+Blue) = 114+16+190=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #7210BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210BE is #8DEF41. Grayscale: #404040. Windows color (decimal): -9301826 or 12456050. OLE color: 12456050.

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

Color convert

RGB 114 16 190 -
CMYK 0.40 0.92 0 0.25
HSL 273.79º 0.84% 0.4% -
HSV(B) 273.79º 0.92% 0.75% -
XYZ 16.42 7.67 49.33 -
YUV 65.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 114 16 190 0.40 0.92 0 0.25 273.79 0.84 0.4
Hex 72 10 BE 28 5C 0 19 112 54 28
Octal 162 20 276 50 134 0 31 422 124 50
Binary 1110010 10000 10111110 101000 1011100 0 11001 100010010 1010100 101000

Color Harmonies of #7210BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7210BE

Black with #7210BE

Text Example


Text Example

White with #7210BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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