Html Css Color HEX #772FBC Purple Heart

📋 copy color: '#772FBC'

red 119 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #772FBC

Tints of Purple Heart #772FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.28%

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 33.62%
G = 13.28%
B = 53.11%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#772FBC (or 0x772FBC) is known color: Purple Heart. HEX triplet: 77, 2F and BC. RGB value is (119,47,188). Sum of RGB (Red+Green+Blue) = 119+47+188=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #772FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FBC is #88D043. Grayscale: #545454. Windows color (decimal): -8966212 or 12332919. OLE color: 12332919.

HSL color Cylindrical-coordinate representation of color #772FBC: hue angle of 270.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772FBC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 47 188 -
CMYK 0.37 0.75 0 0.26
HSL 270.64º 0.6% 0.46% -
HSV(B) 270.64º 0.75% 0.74% -
XYZ 17.7 9.59 48.49 -
YUV 84.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 119 47 188 0.37 0.75 0 0.26 270.64 0.6 0.46
Hex 77 2F BC 25 4B 0 1A 10F 3C 2E
Octal 167 57 274 45 113 0 32 417 74 56
Binary 1110111 101111 10111100 100101 1001011 0 11010 100001111 111100 101110

Color Harmonies of #772FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FBC

Black with #772FBC

Text Example


Text Example

White with #772FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,188); }

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

background-color css

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

 a { background-color: rgb(119,47,188); }

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

border-color css

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

 span { border-color: rgb(119,47,188); }

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