Html Css Color HEX #772FBA Purple Heart

📋 copy color: '#772FBA'

red 119 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #772FBA

Tints of Purple Heart #772FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 33.81%
G = 13.35%
B = 52.84%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#772FBA (or 0x772FBA) is known color: Purple Heart. HEX triplet: 77, 2F and BA. RGB value is (119,47,186). Sum of RGB (Red+Green+Blue) = 119+47+186=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #772FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FBA is #88D045. Grayscale: #535353. Windows color (decimal): -8966214 or 12201847. OLE color: 12201847.

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

Color convert

RGB 119 47 186 -
CMYK 0.36 0.75 0 0.27
HSL 271.08º 0.6% 0.46% -
HSV(B) 271.08º 0.75% 0.73% -
XYZ 17.49 9.5 47.37 -
YUV 84.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 119 47 186 0.36 0.75 0 0.27 271.08 0.6 0.46
Hex 77 2F BA 24 4B 0 1B 10F 3C 2E
Octal 167 57 272 44 113 0 33 417 74 56
Binary 1110111 101111 10111010 100100 1001011 0 11011 100001111 111100 101110

Color Harmonies of #772FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FBA

Black with #772FBA

Text Example


Text Example

White with #772FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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