Html Css Color HEX #7015CA Purple Heart

📋 copy color: '#7015CA'

red 112 ◦ green 21 ◦ blue 202

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

Shades of Purple Heart #7015CA

Tints of Purple Heart #7015CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 33.43%
G = 6.27%
B = 60.3%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7015CA (or 0x7015CA) is known color: Purple Heart. HEX triplet: 70, 15 and CA. RGB value is (112,21,202). Sum of RGB (Red+Green+Blue) = 112+21+202=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #7015CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015CA is #8FEA35. Grayscale: #444444. Windows color (decimal): -9431606 or 13243760. OLE color: 13243760.

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

Color convert

RGB 112 21 202 -
CMYK 0.45 0.90 0 0.21
HSL 270.17º 0.81% 0.44% -
HSV(B) 270.17º 0.9% 0.79% -
XYZ 17.61 8.25 56.54 -
YUV 68.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 112 21 202 0.45 0.90 0 0.21 270.17 0.81 0.44
Hex 70 15 CA 2D 5A 0 15 10E 51 2C
Octal 160 25 312 55 132 0 25 416 121 54
Binary 1110000 10101 11001010 101101 1011010 0 10101 100001110 1010001 101100

Color Harmonies of #7015CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7015CA

Black with #7015CA

Text Example


Text Example

White with #7015CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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