Html Css Color HEX #770FBD Purple Heart

📋 copy color: '#770FBD'

red 119 ◦ green 15 ◦ blue 189

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

Shades of Purple Heart #770FBD

Tints of Purple Heart #770FBD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 36.84%
G = 4.64%
B = 58.51%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#770FBD (or 0x770FBD) is known color: Purple Heart. HEX triplet: 77, 0F and BD. RGB value is (119,15,189). Sum of RGB (Red+Green+Blue) = 119+15+189=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #770FBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FBD is #88F042. Grayscale: #414141. Windows color (decimal): -8974403 or 12390263. OLE color: 12390263.

HSL color Cylindrical-coordinate representation of color #770FBD: hue angle of 275.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770FBD is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 15 189 -
CMYK 0.37 0.92 0 0.26
HSL 275.86º 0.85% 0.4% -
HSV(B) 275.86º 0.92% 0.74% -
XYZ 16.96 7.94 48.78 -
YUV 65.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 119 15 189 0.37 0.92 0 0.26 275.86 0.85 0.4
Hex 77 F BD 25 5C 0 1A 114 55 28
Octal 167 17 275 45 134 0 32 424 125 50
Binary 1110111 1111 10111101 100101 1011100 0 11010 100010100 1010101 101000

Color Harmonies of #770FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FBD

Black with #770FBD

Text Example


Text Example

White with #770FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770FBD; }

 p { color: rgb(119,15,189); }

 H1.HeaderClassName
 {
   color: #770FBD;
 }
 .AnyTagClassName
 {
   color: #770FBD;
 }
</style>

background-color css

<style>
 a { background-color: #770FBD; }

 a { background-color: rgb(119,15,189); }

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

border-color css

<style>
 span { border-color: #770FBD; }

 span { border-color: rgb(119,15,189); }

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