Html Css Color HEX #772BC7 Purple Heart

📋 copy color: '#772BC7'

red 119 ◦ green 43 ◦ blue 199

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

Shades of Purple Heart #772BC7

Tints of Purple Heart #772BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.91%

 BLUE value IS 199 (78.13% from 255) = 55.12%

R = 32.96%
G = 11.91%
B = 55.12%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#772BC7 (or 0x772BC7) is known color: Purple Heart. HEX triplet: 77, 2B and C7. RGB value is (119,43,199). Sum of RGB (Red+Green+Blue) = 119+43+199=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #772BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BC7 is #88D438. Grayscale: #525252. Windows color (decimal): -8967225 or 13052791. OLE color: 13052791.

HSL color Cylindrical-coordinate representation of color #772BC7: hue angle of 269.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772BC7 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 43 199 -
CMYK 0.40 0.78 0 0.22
HSL 269.23º 0.64% 0.47% -
HSV(B) 269.23º 0.78% 0.78% -
XYZ 18.78 9.77 54.93 -
YUV 83.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 119 43 199 0.40 0.78 0 0.22 269.23 0.64 0.47
Hex 77 2B C7 28 4E 0 16 10D 40 2F
Octal 167 53 307 50 116 0 26 415 100 57
Binary 1110111 101011 11000111 101000 1001110 0 10110 100001101 1000000 101111

Color Harmonies of #772BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BC7

Black with #772BC7

Text Example


Text Example

White with #772BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,43,199); }

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

background-color css

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

 a { background-color: rgb(119,43,199); }

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

border-color css

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

 span { border-color: rgb(119,43,199); }

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