Html Css Color HEX #7015CD Purple Heart

📋 copy color: '#7015CD'

red 112 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #7015CD

Tints of Purple Heart #7015CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 33.14%
G = 6.21%
B = 60.65%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7015CD (or 0x7015CD) is known color: Purple Heart. HEX triplet: 70, 15 and CD. RGB value is (112,21,205). Sum of RGB (Red+Green+Blue) = 112+21+205=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #7015CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015CD is #8FEA32. Grayscale: #444444. Windows color (decimal): -9431603 or 13440368. OLE color: 13440368.

HSL color Cylindrical-coordinate representation of color #7015CD: hue angle of 269.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7015CD is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 21 205 -
CMYK 0.45 0.90 0 0.20
HSL 269.67º 0.81% 0.44% -
HSV(B) 269.67º 0.9% 0.8% -
XYZ 17.97 8.39 58.43 -
YUV 69.19 204.65 158.54 -
System Red Green Blue C M Y K H S L
Decimal 112 21 205 0.45 0.90 0 0.20 269.67 0.81 0.44
Hex 70 15 CD 2D 5A 0 14 10E 51 2C
Octal 160 25 315 55 132 0 24 416 121 54
Binary 1110000 10101 11001101 101101 1011010 0 10100 100001110 1010001 101100

Color Harmonies of #7015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7015CD

Black with #7015CD

Text Example


Text Example

White with #7015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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