Html Css Color HEX #772FD0 Purple Heart

📋 copy color: '#772FD0'

red 119 ◦ green 47 ◦ blue 208

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

Shades of Purple Heart #772FD0

Tints of Purple Heart #772FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 31.82%
G = 12.57%
B = 55.61%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#772FD0 (or 0x772FD0) is known color: Purple Heart. HEX triplet: 77, 2F and D0. RGB value is (119,47,208). Sum of RGB (Red+Green+Blue) = 119+47+208=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #772FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FD0 is #88D02F. Grayscale: #565656. Windows color (decimal): -8966192 or 13643639. OLE color: 13643639.

HSL color Cylindrical-coordinate representation of color #772FD0: hue angle of 266.83º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772FD0 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 47 208 -
CMYK 0.43 0.77 0 0.18
HSL 266.83º 0.63% 0.5% -
HSV(B) 266.83º 0.77% 0.82% -
XYZ 20.01 10.51 60.65 -
YUV 86.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 119 47 208 0.43 0.77 0 0.18 266.83 0.63 0.5
Hex 77 2F D0 2B 4D 0 12 10B 3F 32
Octal 167 57 320 53 115 0 22 413 77 62
Binary 1110111 101111 11010000 101011 1001101 0 10010 100001011 111111 110010

Color Harmonies of #772FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FD0

Black with #772FD0

Text Example


Text Example

White with #772FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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