Html Css Color HEX #7728D0 Purple Heart

📋 copy color: '#7728D0'

red 119 ◦ green 40 ◦ blue 208

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

Shades of Purple Heart #7728D0

Tints of Purple Heart #7728D0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

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

R = 32.43%
G = 10.9%
B = 56.68%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7728D0 (or 0x7728D0) is known color: Purple Heart. HEX triplet: 77, 28 and D0. RGB value is (119,40,208). Sum of RGB (Red+Green+Blue) = 119+40+208=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #7728D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7728D0 is #88D72F. Grayscale: #525252. Windows color (decimal): -8967984 or 13641847. OLE color: 13641847.

HSL color Cylindrical-coordinate representation of color #7728D0: hue angle of 268.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7728D0 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 40 208 -
CMYK 0.43 0.81 0 0.18
HSL 268.21º 0.68% 0.49% -
HSV(B) 268.21º 0.81% 0.82% -
XYZ 19.75 9.99 60.56 -
YUV 82.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 119 40 208 0.43 0.81 0 0.18 268.21 0.68 0.49
Hex 77 28 D0 2B 51 0 12 10C 44 31
Octal 167 50 320 53 121 0 22 414 104 61
Binary 1110111 101000 11010000 101011 1010001 0 10010 100001100 1000100 110001

Color Harmonies of #7728D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7728D0

Black with #7728D0

Text Example


Text Example

White with #7728D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7728D0; }

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

 H1.HeaderClassName
 {
   color: #7728D0;
 }
 .AnyTagClassName
 {
   color: #7728D0;
 }
</style>

background-color css

<style>
 a { background-color: #7728D0; }

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

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

border-color css

<style>
 span { border-color: #7728D0; }

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

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