Html Css Color HEX #7215BF Purple Heart

📋 copy color: '#7215BF'

red 114 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #7215BF

Tints of Purple Heart #7215BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.59%

R = 34.97%
G = 6.44%
B = 58.59%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7215BF (or 0x7215BF) is known color: Purple Heart. HEX triplet: 72, 15 and BF. RGB value is (114,21,191). Sum of RGB (Red+Green+Blue) = 114+21+191=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #7215BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215BF is #8DEA40. Grayscale: #434343. Windows color (decimal): -9300545 or 12522866. OLE color: 12522866.

HSL color Cylindrical-coordinate representation of color #7215BF: hue angle of 272.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7215BF is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 21 191 -
CMYK 0.40 0.89 0 0.25
HSL 272.82º 0.8% 0.42% -
HSV(B) 272.82º 0.89% 0.75% -
XYZ 16.61 7.88 49.93 -
YUV 68.19 197.31 160.68 -
System Red Green Blue C M Y K H S L
Decimal 114 21 191 0.40 0.89 0 0.25 272.82 0.8 0.42
Hex 72 15 BF 28 59 0 19 111 50 2A
Octal 162 25 277 50 131 0 31 421 120 52
Binary 1110010 10101 10111111 101000 1011001 0 11001 100010001 1010000 101010

Color Harmonies of #7215BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7215BF

Black with #7215BF

Text Example


Text Example

White with #7215BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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