Html Css Color HEX #7815CC Purple Heart

📋 copy color: '#7815CC'

red 120 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #7815CC

Tints of Purple Heart #7815CC

RGB

 RED value IS 120 (47.27% from 255) = 34.78%

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

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 34.78%
G = 6.09%
B = 59.13%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7815CC (or 0x7815CC) is known color: Purple Heart. HEX triplet: 78, 15 and CC. RGB value is (120,21,204). Sum of RGB (Red+Green+Blue) = 120+21+204=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #7815CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7815CC is #87EA33. Grayscale: #464646. Windows color (decimal): -8907316 or 13374840. OLE color: 13374840.

HSL color Cylindrical-coordinate representation of color #7815CC: hue angle of 272.46º 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 #7815CC is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 21 204 -
CMYK 0.41 0.90 0 0.2
HSL 272.46º 0.81% 0.44% -
HSV(B) 272.46º 0.9% 0.8% -
XYZ 18.91 8.89 57.85 -
YUV 71.46 202.8 162.62 -
System Red Green Blue C M Y K H S L
Decimal 120 21 204 0.41 0.90 0 0.2 272.46 0.81 0.44
Hex 78 15 CC 29 5A 0 14 110 51 2C
Octal 170 25 314 51 132 0 24 420 121 54
Binary 1111000 10101 11001100 101001 1011010 0 10100 100010000 1010001 101100

Color Harmonies of #7815CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7815CC

Black with #7815CC

Text Example


Text Example

White with #7815CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7815CC; }

 p { color: rgb(120,21,204); }

 H1.HeaderClassName
 {
   color: #7815CC;
 }
 .AnyTagClassName
 {
   color: #7815CC;
 }
</style>

background-color css

<style>
 a { background-color: #7815CC; }

 a { background-color: rgb(120,21,204); }

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

border-color css

<style>
 span { border-color: #7815CC; }

 span { border-color: rgb(120,21,204); }

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