Html Css Color HEX #773FBB Purple Heart

📋 copy color: '#773FBB'

red 119 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #773FBB

Tints of Purple Heart #773FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 32.25%
G = 17.07%
B = 50.68%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#773FBB (or 0x773FBB) is known color: Purple Heart. HEX triplet: 77, 3F and BB. RGB value is (119,63,187). Sum of RGB (Red+Green+Blue) = 119+63+187=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #773FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FBB is #88C044. Grayscale: #5D5D5D. Windows color (decimal): -8962117 or 12271479. OLE color: 12271479.

HSL color Cylindrical-coordinate representation of color #773FBB: hue angle of 267.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773FBB is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 63 187 -
CMYK 0.36 0.66 0 0.27
HSL 267.1º 0.5% 0.49% -
HSV(B) 267.1º 0.66% 0.73% -
XYZ 18.35 11.06 48.18 -
YUV 93.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 119 63 187 0.36 0.66 0 0.27 267.1 0.5 0.49
Hex 77 3F BB 24 42 0 1B 10B 32 31
Octal 167 77 273 44 102 0 33 413 62 61
Binary 1110111 111111 10111011 100100 1000010 0 11011 100001011 110010 110001

Color Harmonies of #773FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FBB

Black with #773FBB

Text Example


Text Example

White with #773FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,187); }

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

background-color css

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

 a { background-color: rgb(119,63,187); }

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

border-color css

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

 span { border-color: rgb(119,63,187); }

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