Html Css Color HEX #771CCD Purple Heart

📋 copy color: '#771CCD'

red 119 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #771CCD

Tints of Purple Heart #771CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 33.81%
G = 7.95%
B = 58.24%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#771CCD (or 0x771CCD) is known color: Purple Heart. HEX triplet: 77, 1C and CD. RGB value is (119,28,205). Sum of RGB (Red+Green+Blue) = 119+28+205=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #771CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCD is #88E332. Grayscale: #4A4A4A. Windows color (decimal): -8971059 or 13442167. OLE color: 13442167.

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

Color convert

RGB 119 28 205 -
CMYK 0.42 0.86 0 0.20
HSL 270.85º 0.76% 0.46% -
HSV(B) 270.85º 0.86% 0.8% -
XYZ 19.04 9.16 58.52 -
YUV 75.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 119 28 205 0.42 0.86 0 0.20 270.85 0.76 0.46
Hex 77 1C CD 2A 56 0 14 10F 4C 2E
Octal 167 34 315 52 126 0 24 417 114 56
Binary 1110111 11100 11001101 101010 1010110 0 10100 100001111 1001100 101110

Color Harmonies of #771CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CCD

Black with #771CCD

Text Example


Text Example

White with #771CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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