Html Css Color HEX #7715CE Purple Heart

📋 copy color: '#7715CE'

red 119 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #7715CE

Tints of Purple Heart #7715CE

RGB

 RED value IS 119 (46.88% from 255) = 34.39%

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 34.39%
G = 6.07%
B = 59.54%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7715CE (or 0x7715CE) is known color: Purple Heart. HEX triplet: 77, 15 and CE. RGB value is (119,21,206). Sum of RGB (Red+Green+Blue) = 119+21+206=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #7715CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715CE is #88EA31. Grayscale: #464646. Windows color (decimal): -8972850 or 13505911. OLE color: 13505911.

HSL color Cylindrical-coordinate representation of color #7715CE: hue angle of 271.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7715CE is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 21 206 -
CMYK 0.42 0.90 0 0.19
HSL 271.78º 0.81% 0.45% -
HSV(B) 271.78º 0.9% 0.81% -
XYZ 19.02 8.91 59.11 -
YUV 71.39 203.97 161.96 -
System Red Green Blue C M Y K H S L
Decimal 119 21 206 0.42 0.90 0 0.19 271.78 0.81 0.45
Hex 77 15 CE 2A 5A 0 13 110 51 2D
Octal 167 25 316 52 132 0 23 420 121 55
Binary 1110111 10101 11001110 101010 1011010 0 10011 100010000 1010001 101101

Color Harmonies of #7715CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7715CE

Black with #7715CE

Text Example


Text Example

White with #7715CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7715CE; }

 p { color: rgb(119,21,206); }

 H1.HeaderClassName
 {
   color: #7715CE;
 }
 .AnyTagClassName
 {
   color: #7715CE;
 }
</style>

background-color css

<style>
 a { background-color: #7715CE; }

 a { background-color: rgb(119,21,206); }

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

border-color css

<style>
 span { border-color: #7715CE; }

 span { border-color: rgb(119,21,206); }

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