Html Css Color HEX #773FCD Purple Heart

📋 copy color: '#773FCD'

red 119 ◦ green 63 ◦ blue 205

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

Shades of Purple Heart #773FCD

Tints of Purple Heart #773FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

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

R = 30.75%
G = 16.28%
B = 52.97%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#773FCD (or 0x773FCD) is known color: Purple Heart. HEX triplet: 77, 3F and CD. RGB value is (119,63,205). Sum of RGB (Red+Green+Blue) = 119+63+205=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #773FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FCD is #88C032. Grayscale: #5F5F5F. Windows color (decimal): -8962099 or 13451127. OLE color: 13451127.

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

Color convert

RGB 119 63 205 -
CMYK 0.42 0.69 0 0.20
HSL 263.66º 0.59% 0.53% -
HSV(B) 263.66º 0.69% 0.8% -
XYZ 20.4 11.88 58.98 -
YUV 95.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 119 63 205 0.42 0.69 0 0.20 263.66 0.59 0.53
Hex 77 3F CD 2A 45 0 14 108 3B 35
Octal 167 77 315 52 105 0 24 410 73 65
Binary 1110111 111111 11001101 101010 1000101 0 10100 100001000 111011 110101

Color Harmonies of #773FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FCD

Black with #773FCD

Text Example


Text Example

White with #773FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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