Html Css Color HEX #7716CC Purple Heart

📋 copy color: '#7716CC'

red 119 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #7716CC

Tints of Purple Heart #7716CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 34.49%
G = 6.38%
B = 59.13%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7716CC (or 0x7716CC) is known color: Purple Heart. HEX triplet: 77, 16 and CC. RGB value is (119,22,204). Sum of RGB (Red+Green+Blue) = 119+22+204=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 22 (8.98% from 255 or 6.38% 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 #7716CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716CC is #88E933. Grayscale: #474747. Windows color (decimal): -8972596 or 13375095. OLE color: 13375095.

HSL color Cylindrical-coordinate representation of color #7716CC: hue angle of 271.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7716CC is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 22 204 -
CMYK 0.42 0.89 0 0.2
HSL 271.98º 0.81% 0.44% -
HSV(B) 271.98º 0.89% 0.8% -
XYZ 18.79 8.86 57.85 -
YUV 71.75 202.64 161.7 -
System Red Green Blue C M Y K H S L
Decimal 119 22 204 0.42 0.89 0 0.2 271.98 0.81 0.44
Hex 77 16 CC 2A 59 0 14 110 51 2C
Octal 167 26 314 52 131 0 24 420 121 54
Binary 1110111 10110 11001100 101010 1011001 0 10100 100010000 1010001 101100

Color Harmonies of #7716CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716CC

Black with #7716CC

Text Example


Text Example

White with #7716CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,22,204); }

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

background-color css

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

 a { background-color: rgb(119,22,204); }

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

border-color css

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

 span { border-color: rgb(119,22,204); }

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