Html Css Color HEX #7015BB Purple Heart

📋 copy color: '#7015BB'

red 112 ◦ green 21 ◦ blue 187

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

Shades of Purple Heart #7015BB

Tints of Purple Heart #7015BB

RGB

 RED value IS 112 (44.14% from 255) = 35%

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

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

R = 35%
G = 6.56%
B = 58.44%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7015BB (or 0x7015BB) is known color: Purple Heart. HEX triplet: 70, 15 and BB. RGB value is (112,21,187). Sum of RGB (Red+Green+Blue) = 112+21+187=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #7015BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015BB is #8FEA44. Grayscale: #424242. Windows color (decimal): -9431621 or 12260720. OLE color: 12260720.

HSL color Cylindrical-coordinate representation of color #7015BB: hue angle of 272.89º 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 #7015BB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 21 187 -
CMYK 0.40 0.89 0 0.27
HSL 272.89º 0.8% 0.41% -
HSV(B) 272.89º 0.89% 0.73% -
XYZ 15.92 7.57 47.64 -
YUV 67.13 195.65 160 -
System Red Green Blue C M Y K H S L
Decimal 112 21 187 0.40 0.89 0 0.27 272.89 0.8 0.41
Hex 70 15 BB 28 59 0 1B 111 50 29
Octal 160 25 273 50 131 0 33 421 120 51
Binary 1110000 10101 10111011 101000 1011001 0 11011 100010001 1010000 101001

Color Harmonies of #7015BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7015BB

Black with #7015BB

Text Example


Text Example

White with #7015BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,21,187); }

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

background-color css

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

 a { background-color: rgb(112,21,187); }

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

border-color css

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

 span { border-color: rgb(112,21,187); }

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