Html Css Color HEX #7733BF Purple Heart

📋 copy color: '#7733BF'

red 119 ◦ green 51 ◦ blue 191

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

Shades of Purple Heart #7733BF

Tints of Purple Heart #7733BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

 BLUE value IS 191 (75% from 255) = 52.91%

R = 32.96%
G = 14.13%
B = 52.91%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7733BF (or 0x7733BF) is known color: Purple Heart. HEX triplet: 77, 33 and BF. RGB value is (119,51,191). Sum of RGB (Red+Green+Blue) = 119+51+191=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #7733BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7733BF is #88CC40. Grayscale: #565656. Windows color (decimal): -8965185 or 12530551. OLE color: 12530551.

HSL color Cylindrical-coordinate representation of color #7733BF: hue angle of 269.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7733BF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 51 191 -
CMYK 0.38 0.73 0 0.25
HSL 269.14º 0.58% 0.47% -
HSV(B) 269.14º 0.73% 0.75% -
XYZ 18.2 10.05 50.27 -
YUV 87.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 119 51 191 0.38 0.73 0 0.25 269.14 0.58 0.47
Hex 77 33 BF 26 49 0 19 10D 3A 2F
Octal 167 63 277 46 111 0 31 415 72 57
Binary 1110111 110011 10111111 100110 1001001 0 11001 100001101 111010 101111

Color Harmonies of #7733BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7733BF

Black with #7733BF

Text Example


Text Example

White with #7733BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7733BF; }

 p { color: rgb(119,51,191); }

 H1.HeaderClassName
 {
   color: #7733BF;
 }
 .AnyTagClassName
 {
   color: #7733BF;
 }
</style>

background-color css

<style>
 a { background-color: #7733BF; }

 a { background-color: rgb(119,51,191); }

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

border-color css

<style>
 span { border-color: #7733BF; }

 span { border-color: rgb(119,51,191); }

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