Html Css Color HEX #7615CC Purple Heart

📋 copy color: '#7615CC'

red 118 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #7615CC

Tints of Purple Heart #7615CC

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

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

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

R = 34.4%
G = 6.12%
B = 59.48%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7615CC (or 0x7615CC) is known color: Purple Heart. HEX triplet: 76, 15 and CC. RGB value is (118,21,204). Sum of RGB (Red+Green+Blue) = 118+21+204=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7615CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615CC is #89EA33. Grayscale: #464646. Windows color (decimal): -9038388 or 13374838. OLE color: 13374838.

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

Color convert

RGB 118 21 204 -
CMYK 0.42 0.90 0 0.2
HSL 271.8º 0.81% 0.44% -
HSV(B) 271.8º 0.9% 0.8% -
XYZ 18.64 8.75 57.83 -
YUV 70.87 203.14 161.62 -
System Red Green Blue C M Y K H S L
Decimal 118 21 204 0.42 0.90 0 0.2 271.8 0.81 0.44
Hex 76 15 CC 2A 5A 0 14 110 51 2C
Octal 166 25 314 52 132 0 24 420 121 54
Binary 1110110 10101 11001100 101010 1011010 0 10100 100010000 1010001 101100

Color Harmonies of #7615CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7615CC

Black with #7615CC

Text Example


Text Example

White with #7615CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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