Html Css Color HEX #773ACD Purple Heart

📋 copy color: '#773ACD'

red 119 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #773ACD

Tints of Purple Heart #773ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.18%

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

R = 31.15%
G = 15.18%
B = 53.66%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#773ACD (or 0x773ACD) is known color: Purple Heart. HEX triplet: 77, 3A and CD. RGB value is (119,58,205). Sum of RGB (Red+Green+Blue) = 119+58+205=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #773ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ACD is #88C532. Grayscale: #5C5C5C. Windows color (decimal): -8963379 or 13449847. OLE color: 13449847.

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

Color convert

RGB 119 58 205 -
CMYK 0.42 0.72 0 0.20
HSL 264.9º 0.6% 0.52% -
HSV(B) 264.9º 0.72% 0.8% -
XYZ 20.14 11.36 58.89 -
YUV 93 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 119 58 205 0.42 0.72 0 0.20 264.9 0.6 0.52
Hex 77 3A CD 2A 48 0 14 109 3C 34
Octal 167 72 315 52 110 0 24 411 74 64
Binary 1110111 111010 11001101 101010 1001000 0 10100 100001001 111100 110100

Color Harmonies of #773ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773ACD

Black with #773ACD

Text Example


Text Example

White with #773ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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