Html Css Color HEX #773DCD Purple Heart

📋 copy color: '#773DCD'

red 119 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #773DCD

Tints of Purple Heart #773DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

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

R = 30.91%
G = 15.84%
B = 53.25%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#773DCD (or 0x773DCD) is known color: Purple Heart. HEX triplet: 77, 3D and CD. RGB value is (119,61,205). Sum of RGB (Red+Green+Blue) = 119+61+205=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #773DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DCD is #88C232. Grayscale: #5E5E5E. Windows color (decimal): -8962611 or 13450615. OLE color: 13450615.

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

Color convert

RGB 119 61 205 -
CMYK 0.42 0.70 0 0.20
HSL 264.17º 0.59% 0.52% -
HSV(B) 264.17º 0.7% 0.8% -
XYZ 20.3 11.67 58.94 -
YUV 94.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 119 61 205 0.42 0.70 0 0.20 264.17 0.59 0.52
Hex 77 3D CD 2A 46 0 14 108 3B 34
Octal 167 75 315 52 106 0 24 410 73 64
Binary 1110111 111101 11001101 101010 1000110 0 10100 100001000 111011 110100

Color Harmonies of #773DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DCD

Black with #773DCD

Text Example


Text Example

White with #773DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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