Html Css Color HEX #773BCD Purple Heart

📋 copy color: '#773BCD'

red 119 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #773BCD

Tints of Purple Heart #773BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

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

R = 31.07%
G = 15.4%
B = 53.52%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#773BCD (or 0x773BCD) is known color: Purple Heart. HEX triplet: 77, 3B and CD. RGB value is (119,59,205). Sum of RGB (Red+Green+Blue) = 119+59+205=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #773BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BCD is #88C432. Grayscale: #5D5D5D. Windows color (decimal): -8963123 or 13450103. OLE color: 13450103.

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

Color convert

RGB 119 59 205 -
CMYK 0.42 0.71 0 0.20
HSL 264.66º 0.59% 0.52% -
HSV(B) 264.66º 0.71% 0.8% -
XYZ 20.19 11.46 58.9 -
YUV 93.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 119 59 205 0.42 0.71 0 0.20 264.66 0.59 0.52
Hex 77 3B CD 2A 47 0 14 109 3B 34
Octal 167 73 315 52 107 0 24 411 73 64
Binary 1110111 111011 11001101 101010 1000111 0 10100 100001001 111011 110100

Color Harmonies of #773BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BCD

Black with #773BCD

Text Example


Text Example

White with #773BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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