Html Css Color HEX #772ACD Purple Heart

📋 copy color: '#772ACD'

red 119 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #772ACD

Tints of Purple Heart #772ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 32.51%
G = 11.48%
B = 56.01%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#772ACD (or 0x772ACD) is known color: Purple Heart. HEX triplet: 77, 2A and CD. RGB value is (119,42,205). Sum of RGB (Red+Green+Blue) = 119+42+205=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #772ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ACD is #88D532. Grayscale: #535353. Windows color (decimal): -8967475 or 13445751. OLE color: 13445751.

HSL color Cylindrical-coordinate representation of color #772ACD: hue angle of 268.34º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772ACD is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 42 205 -
CMYK 0.42 0.80 0 0.20
HSL 268.34º 0.66% 0.48% -
HSV(B) 268.34º 0.8% 0.8% -
XYZ 19.46 9.99 58.66 -
YUV 83.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 119 42 205 0.42 0.80 0 0.20 268.34 0.66 0.48
Hex 77 2A CD 2A 50 0 14 10C 42 30
Octal 167 52 315 52 120 0 24 414 102 60
Binary 1110111 101010 11001101 101010 1010000 0 10100 100001100 1000010 110000

Color Harmonies of #772ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772ACD

Black with #772ACD

Text Example


Text Example

White with #772ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,205); }

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

background-color css

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

 a { background-color: rgb(119,42,205); }

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

border-color css

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

 span { border-color: rgb(119,42,205); }

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