Html Css Color HEX #7315CB Purple Heart

📋 copy color: '#7315CB'

red 115 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #7315CB

Tints of Purple Heart #7315CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 33.92%
G = 6.19%
B = 59.88%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7315CB (or 0x7315CB) is known color: Purple Heart. HEX triplet: 73, 15 and CB. RGB value is (115,21,203). Sum of RGB (Red+Green+Blue) = 115+21+203=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #7315CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315CB is #8CEA34. Grayscale: #454545. Windows color (decimal): -9234997 or 13309299. OLE color: 13309299.

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

Color convert

RGB 115 21 203 -
CMYK 0.43 0.90 0 0.20
HSL 270.99º 0.81% 0.44% -
HSV(B) 270.99º 0.9% 0.8% -
XYZ 18.12 8.49 57.18 -
YUV 69.85 203.14 160.2 -
System Red Green Blue C M Y K H S L
Decimal 115 21 203 0.43 0.90 0 0.20 270.99 0.81 0.44
Hex 73 15 CB 2B 5A 0 14 10F 51 2C
Octal 163 25 313 53 132 0 24 417 121 54
Binary 1110011 10101 11001011 101011 1011010 0 10100 100001111 1010001 101100

Color Harmonies of #7315CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315CB

Black with #7315CB

Text Example


Text Example

White with #7315CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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