Html Css Color HEX #771CCA Purple Heart

📋 copy color: '#771CCA'

red 119 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #771CCA

Tints of Purple Heart #771CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.88%

R = 34.1%
G = 8.02%
B = 57.88%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#771CCA (or 0x771CCA) is known color: Purple Heart. HEX triplet: 77, 1C and CA. RGB value is (119,28,202). Sum of RGB (Red+Green+Blue) = 119+28+202=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #771CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCA is #88E335. Grayscale: #4A4A4A. Windows color (decimal): -8971062 or 13245559. OLE color: 13245559.

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

Color convert

RGB 119 28 202 -
CMYK 0.41 0.86 0 0.21
HSL 271.38º 0.76% 0.45% -
HSV(B) 271.38º 0.86% 0.79% -
XYZ 18.68 9.02 56.63 -
YUV 75.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 119 28 202 0.41 0.86 0 0.21 271.38 0.76 0.45
Hex 77 1C CA 29 56 0 15 10F 4C 2D
Octal 167 34 312 51 126 0 25 417 114 55
Binary 1110111 11100 11001010 101001 1010110 0 10101 100001111 1001100 101101

Color Harmonies of #771CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CCA

Black with #771CCA

Text Example


Text Example

White with #771CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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