Html Css Color HEX #7315CA Purple Heart

📋 copy color: '#7315CA'

red 115 ◦ green 21 ◦ blue 202

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

Shades of Purple Heart #7315CA

Tints of Purple Heart #7315CA

RGB

 RED value IS 115 (45.31% from 255) = 34.02%

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

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

R = 34.02%
G = 6.21%
B = 59.76%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7315CA (or 0x7315CA) is known color: Purple Heart. HEX triplet: 73, 15 and CA. RGB value is (115,21,202). Sum of RGB (Red+Green+Blue) = 115+21+202=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #7315CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315CA is #8CEA35. Grayscale: #454545. Windows color (decimal): -9234998 or 13243763. OLE color: 13243763.

HSL color Cylindrical-coordinate representation of color #7315CA: hue angle of 271.16º 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 #7315CA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 21 202 -
CMYK 0.43 0.90 0 0.21
HSL 271.16º 0.81% 0.44% -
HSV(B) 271.16º 0.9% 0.79% -
XYZ 18 8.45 56.56 -
YUV 69.74 202.64 160.28 -
System Red Green Blue C M Y K H S L
Decimal 115 21 202 0.43 0.90 0 0.21 271.16 0.81 0.44
Hex 73 15 CA 2B 5A 0 15 10F 51 2C
Octal 163 25 312 53 132 0 25 417 121 54
Binary 1110011 10101 11001010 101011 1011010 0 10101 100001111 1010001 101100

Color Harmonies of #7315CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315CA

Black with #7315CA

Text Example


Text Example

White with #7315CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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