Html Css Color HEX #771FCD Purple Heart

📋 copy color: '#771FCD'

red 119 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #771FCD

Tints of Purple Heart #771FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

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

R = 33.52%
G = 8.73%
B = 57.75%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#771FCD (or 0x771FCD) is known color: Purple Heart. HEX triplet: 77, 1F and CD. RGB value is (119,31,205). Sum of RGB (Red+Green+Blue) = 119+31+205=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #771FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FCD is #88E032. Grayscale: #4C4C4C. Windows color (decimal): -8970291 or 13442935. OLE color: 13442935.

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

Color convert

RGB 119 31 205 -
CMYK 0.42 0.85 0 0.20
HSL 270.34º 0.74% 0.46% -
HSV(B) 270.34º 0.85% 0.8% -
XYZ 19.12 9.31 58.55 -
YUV 77.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 119 31 205 0.42 0.85 0 0.20 270.34 0.74 0.46
Hex 77 1F CD 2A 55 0 14 10E 4A 2E
Octal 167 37 315 52 125 0 24 416 112 56
Binary 1110111 11111 11001101 101010 1010101 0 10100 100001110 1001010 101110

Color Harmonies of #771FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FCD

Black with #771FCD

Text Example


Text Example

White with #771FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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