Html Css Color HEX #773DBE Purple Heart

📋 copy color: '#773DBE'

red 119 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #773DBE

Tints of Purple Heart #773DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 32.16%
G = 16.49%
B = 51.35%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#773DBE (or 0x773DBE) is known color: Purple Heart. HEX triplet: 77, 3D and BE. RGB value is (119,61,190). Sum of RGB (Red+Green+Blue) = 119+61+190=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #773DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DBE is #88C241. Grayscale: #5C5C5C. Windows color (decimal): -8962626 or 12467575. OLE color: 12467575.

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

Color convert

RGB 119 61 190 -
CMYK 0.37 0.68 0 0.25
HSL 266.98º 0.51% 0.49% -
HSV(B) 266.98º 0.68% 0.75% -
XYZ 18.57 10.98 49.86 -
YUV 93.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 119 61 190 0.37 0.68 0 0.25 266.98 0.51 0.49
Hex 77 3D BE 25 44 0 19 10B 33 31
Octal 167 75 276 45 104 0 31 413 63 61
Binary 1110111 111101 10111110 100101 1000100 0 11001 100001011 110011 110001

Color Harmonies of #773DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DBE

Black with #773DBE

Text Example


Text Example

White with #773DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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