Html Css Color HEX #7728AF Purple Heart

📋 copy color: '#7728AF'

red 119 ◦ green 40 ◦ blue 175

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

Shades of Purple Heart #7728AF

Tints of Purple Heart #7728AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 35.63%
G = 11.98%
B = 52.4%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7728AF (or 0x7728AF) is known color: Purple Heart. HEX triplet: 77, 28 and AF. RGB value is (119,40,175). Sum of RGB (Red+Green+Blue) = 119+40+175=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #7728AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7728AF is #88D750. Grayscale: #4E4E4E. Windows color (decimal): -8968017 or 11479159. OLE color: 11479159.

HSL color Cylindrical-coordinate representation of color #7728AF: hue angle of 275.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7728AF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 40 175 -
CMYK 0.32 0.77 0 0.31
HSL 275.11º 0.63% 0.42% -
HSV(B) 275.11º 0.77% 0.69% -
XYZ 16.1 8.53 41.36 -
YUV 79.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 119 40 175 0.32 0.77 0 0.31 275.11 0.63 0.42
Hex 77 28 AF 20 4D 0 1F 113 3F 2A
Octal 167 50 257 40 115 0 37 423 77 52
Binary 1110111 101000 10101111 100000 1001101 0 11111 100010011 111111 101010

Color Harmonies of #7728AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7728AF

Black with #7728AF

Text Example


Text Example

White with #7728AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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