Html Css Color HEX #773CBD Purple Heart

📋 copy color: '#773CBD'

red 119 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #773CBD

Tints of Purple Heart #773CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 32.34%
G = 16.3%
B = 51.36%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#773CBD (or 0x773CBD) is known color: Purple Heart. HEX triplet: 77, 3C and BD. RGB value is (119,60,189). Sum of RGB (Red+Green+Blue) = 119+60+189=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #773CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CBD is #88C342. Grayscale: #5B5B5B. Windows color (decimal): -8962883 or 12401783. OLE color: 12401783.

HSL color Cylindrical-coordinate representation of color #773CBD: hue angle of 267.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773CBD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 60 189 -
CMYK 0.37 0.68 0 0.26
HSL 267.44º 0.52% 0.49% -
HSV(B) 267.44º 0.68% 0.74% -
XYZ 18.41 10.83 49.26 -
YUV 92.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 119 60 189 0.37 0.68 0 0.26 267.44 0.52 0.49
Hex 77 3C BD 25 44 0 1A 10B 34 31
Octal 167 74 275 45 104 0 32 413 64 61
Binary 1110111 111100 10111101 100101 1000100 0 11010 100001011 110100 110001

Color Harmonies of #773CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CBD

Black with #773CBD

Text Example


Text Example

White with #773CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,189); }

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

background-color css

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

 a { background-color: rgb(119,60,189); }

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

border-color css

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

 span { border-color: rgb(119,60,189); }

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