Html Css Color HEX #771CCC Purple Heart

📋 copy color: '#771CCC'

red 119 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #771CCC

Tints of Purple Heart #771CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 33.9%
G = 7.98%
B = 58.12%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#771CCC (or 0x771CCC) is known color: Purple Heart. HEX triplet: 77, 1C and CC. RGB value is (119,28,204). Sum of RGB (Red+Green+Blue) = 119+28+204=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #771CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCC is #88E333. Grayscale: #4A4A4A. Windows color (decimal): -8971060 or 13376631. OLE color: 13376631.

HSL color Cylindrical-coordinate representation of color #771CCC: hue angle of 271.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771CCC is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 28 204 -
CMYK 0.42 0.86 0 0.2
HSL 271.02º 0.76% 0.45% -
HSV(B) 271.02º 0.86% 0.8% -
XYZ 18.92 9.11 57.89 -
YUV 75.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 119 28 204 0.42 0.86 0 0.2 271.02 0.76 0.45
Hex 77 1C CC 2A 56 0 14 10F 4C 2D
Octal 167 34 314 52 126 0 24 417 114 55
Binary 1110111 11100 11001100 101010 1010110 0 10100 100001111 1001100 101101

Color Harmonies of #771CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CCC

Black with #771CCC

Text Example


Text Example

White with #771CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771CCC; }

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

 H1.HeaderClassName
 {
   color: #771CCC;
 }
 .AnyTagClassName
 {
   color: #771CCC;
 }
</style>

background-color css

<style>
 a { background-color: #771CCC; }

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

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

border-color css

<style>
 span { border-color: #771CCC; }

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

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