Html Css Color HEX #7215BA Purple Heart

📋 copy color: '#7215BA'

red 114 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #7215BA

Tints of Purple Heart #7215BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 35.51%
G = 6.54%
B = 57.94%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7215BA (or 0x7215BA) is known color: Purple Heart. HEX triplet: 72, 15 and BA. RGB value is (114,21,186). Sum of RGB (Red+Green+Blue) = 114+21+186=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7215BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215BA is #8DEA45. Grayscale: #434343. Windows color (decimal): -9300550 or 12195186. OLE color: 12195186.

HSL color Cylindrical-coordinate representation of color #7215BA: hue angle of 273.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7215BA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 21 186 -
CMYK 0.39 0.89 0 0.27
HSL 273.82º 0.8% 0.41% -
HSV(B) 273.82º 0.89% 0.73% -
XYZ 16.07 7.66 47.09 -
YUV 67.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 114 21 186 0.39 0.89 0 0.27 273.82 0.8 0.41
Hex 72 15 BA 27 59 0 1B 112 50 29
Octal 162 25 272 47 131 0 33 422 120 51
Binary 1110010 10101 10111010 100111 1011001 0 11011 100010010 1010000 101001

Color Harmonies of #7215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7215BA

Black with #7215BA

Text Example


Text Example

White with #7215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7215BA; }

 p { color: rgb(114,21,186); }

 H1.HeaderClassName
 {
   color: #7215BA;
 }
 .AnyTagClassName
 {
   color: #7215BA;
 }
</style>

background-color css

<style>
 a { background-color: #7215BA; }

 a { background-color: rgb(114,21,186); }

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

border-color css

<style>
 span { border-color: #7215BA; }

 span { border-color: rgb(114,21,186); }

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