Html Css Color HEX #773BBC Purple Heart

📋 copy color: '#773BBC'

red 119 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #773BBC

Tints of Purple Heart #773BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 32.51%
G = 16.12%
B = 51.37%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#773BBC (or 0x773BBC) is known color: Purple Heart. HEX triplet: 77, 3B and BC. RGB value is (119,59,188). Sum of RGB (Red+Green+Blue) = 119+59+188=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #773BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BBC is #88C443. Grayscale: #5B5B5B. Windows color (decimal): -8963140 or 12335991. OLE color: 12335991.

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

Color convert

RGB 119 59 188 -
CMYK 0.37 0.69 0 0.26
HSL 267.91º 0.52% 0.48% -
HSV(B) 267.91º 0.69% 0.74% -
XYZ 18.25 10.68 48.68 -
YUV 91.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 119 59 188 0.37 0.69 0 0.26 267.91 0.52 0.48
Hex 77 3B BC 25 45 0 1A 10C 34 30
Octal 167 73 274 45 105 0 32 414 64 60
Binary 1110111 111011 10111100 100101 1000101 0 11010 100001100 110100 110000

Color Harmonies of #773BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BBC

Black with #773BBC

Text Example


Text Example

White with #773BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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