Html Css Color HEX #773CBE Purple Heart

📋 copy color: '#773CBE'

red 119 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #773CBE

Tints of Purple Heart #773CBE

RGB

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

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

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

R = 32.25%
G = 16.26%
B = 51.49%

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

#773CBE (or 0x773CBE) is known color: Purple Heart. HEX triplet: 77, 3C and BE. RGB value is (119,60,190). Sum of RGB (Red+Green+Blue) = 119+60+190=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #773CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CBE is #88C341. Grayscale: #5C5C5C. Windows color (decimal): -8962882 or 12467319. OLE color: 12467319.

HSL color Cylindrical-coordinate representation of color #773CBE: hue angle of 267.23º degrees, saturation: 0.52, 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 #773CBE is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 60 190 -
CMYK 0.37 0.68 0 0.25
HSL 267.23º 0.52% 0.49% -
HSV(B) 267.23º 0.68% 0.75% -
XYZ 18.52 10.87 49.84 -
YUV 92.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 119 60 190 0.37 0.68 0 0.25 267.23 0.52 0.49
Hex 77 3C BE 25 44 0 19 10B 34 31
Octal 167 74 276 45 104 0 31 413 64 61
Binary 1110111 111100 10111110 100101 1000100 0 11001 100001011 110100 110001

Color Harmonies of #773CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773CBE

Black with #773CBE

Text Example


Text Example

White with #773CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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