Html Css Color HEX #771FCB Purple Heart

📋 copy color: '#771FCB'

red 119 ◦ green 31 ◦ blue 203

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

Shades of Purple Heart #771FCB

Tints of Purple Heart #771FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 33.71%
G = 8.78%
B = 57.51%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#771FCB (or 0x771FCB) is known color: Purple Heart. HEX triplet: 77, 1F and CB. RGB value is (119,31,203). Sum of RGB (Red+Green+Blue) = 119+31+203=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #771FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FCB is #88E034. Grayscale: #4C4C4C. Windows color (decimal): -8970293 or 13311863. OLE color: 13311863.

HSL color Cylindrical-coordinate representation of color #771FCB: hue angle of 270.7º 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 #771FCB is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 31 203 -
CMYK 0.41 0.85 0 0.20
HSL 270.7º 0.74% 0.46% -
HSV(B) 270.7º 0.85% 0.8% -
XYZ 18.88 9.21 57.28 -
YUV 76.92 199.15 158.01 -
System Red Green Blue C M Y K H S L
Decimal 119 31 203 0.41 0.85 0 0.20 270.7 0.74 0.46
Hex 77 1F CB 29 55 0 14 10F 4A 2E
Octal 167 37 313 51 125 0 24 417 112 56
Binary 1110111 11111 11001011 101001 1010101 0 10100 100001111 1001010 101110

Color Harmonies of #771FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FCB

Black with #771FCB

Text Example


Text Example

White with #771FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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