Html Css Color HEX #773ACE Purple Heart

📋 copy color: '#773ACE'

red 119 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #773ACE

Tints of Purple Heart #773ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 31.07%
G = 15.14%
B = 53.79%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#773ACE (or 0x773ACE) is known color: Purple Heart. HEX triplet: 77, 3A and CE. RGB value is (119,58,206). Sum of RGB (Red+Green+Blue) = 119+58+206=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #773ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ACE is #88C531. Grayscale: #5C5C5C. Windows color (decimal): -8963378 or 13515383. OLE color: 13515383.

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

Color convert

RGB 119 58 206 -
CMYK 0.42 0.72 0 0.19
HSL 264.73º 0.6% 0.52% -
HSV(B) 264.73º 0.72% 0.81% -
XYZ 20.26 11.4 59.53 -
YUV 93.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 119 58 206 0.42 0.72 0 0.19 264.73 0.6 0.52
Hex 77 3A CE 2A 48 0 13 109 3C 34
Octal 167 72 316 52 110 0 23 411 74 64
Binary 1110111 111010 11001110 101010 1001000 0 10011 100001001 111100 110100

Color Harmonies of #773ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773ACE

Black with #773ACE

Text Example


Text Example

White with #773ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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