Html Css Color HEX #772CC1 Purple Heart

📋 copy color: '#772CC1'

red 119 ◦ green 44 ◦ blue 193

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

Shades of Purple Heart #772CC1

Tints of Purple Heart #772CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.36%

 BLUE value IS 193 (75.78% from 255) = 54.21%

R = 33.43%
G = 12.36%
B = 54.21%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#772CC1 (or 0x772CC1) is known color: Purple Heart. HEX triplet: 77, 2C and C1. RGB value is (119,44,193). Sum of RGB (Red+Green+Blue) = 119+44+193=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #772CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CC1 is #88D33E. Grayscale: #525252. Windows color (decimal): -8966975 or 12659831. OLE color: 12659831.

HSL color Cylindrical-coordinate representation of color #772CC1: hue angle of 270.2º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772CC1 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 44 193 -
CMYK 0.38 0.77 0 0.24
HSL 270.2º 0.63% 0.46% -
HSV(B) 270.2º 0.77% 0.76% -
XYZ 18.13 9.57 51.34 -
YUV 83.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 119 44 193 0.38 0.77 0 0.24 270.2 0.63 0.46
Hex 77 2C C1 26 4D 0 18 10E 3F 2E
Octal 167 54 301 46 115 0 30 416 77 56
Binary 1110111 101100 11000001 100110 1001101 0 11000 100001110 111111 101110

Color Harmonies of #772CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CC1

Black with #772CC1

Text Example


Text Example

White with #772CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772CC1; }

 p { color: rgb(119,44,193); }

 H1.HeaderClassName
 {
   color: #772CC1;
 }
 .AnyTagClassName
 {
   color: #772CC1;
 }
</style>

background-color css

<style>
 a { background-color: #772CC1; }

 a { background-color: rgb(119,44,193); }

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

border-color css

<style>
 span { border-color: #772CC1; }

 span { border-color: rgb(119,44,193); }

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