Html Css Color HEX #7939BB Purple Heart

📋 copy color: '#7939BB'

red 121 ◦ green 57 ◦ blue 187

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

Shades of Purple Heart #7939BB

Tints of Purple Heart #7939BB

RGB

 RED value IS 121 (47.66% from 255) = 33.15%

 GREEN value IS 57 (22.66% from 255) = 15.62%

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

R = 33.15%
G = 15.62%
B = 51.23%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7939BB (or 0x7939BB) is known color: Purple Heart. HEX triplet: 79, 39 and BB. RGB value is (121,57,187). Sum of RGB (Red+Green+Blue) = 121+57+187=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #7939BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7939BB is #86C644. Grayscale: #5A5A5A. Windows color (decimal): -8832581 or 12269945. OLE color: 12269945.

HSL color Cylindrical-coordinate representation of color #7939BB: hue angle of 269.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7939BB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 57 187 -
CMYK 0.35 0.70 0 0.27
HSL 269.54º 0.53% 0.48% -
HSV(B) 269.54º 0.7% 0.73% -
XYZ 18.32 10.58 48.09 -
YUV 90.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 121 57 187 0.35 0.70 0 0.27 269.54 0.53 0.48
Hex 79 39 BB 23 46 0 1B 10E 35 30
Octal 171 71 273 43 106 0 33 416 65 60
Binary 1111001 111001 10111011 100011 1000110 0 11011 100001110 110101 110000

Color Harmonies of #7939BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7939BB

Black with #7939BB

Text Example


Text Example

White with #7939BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7939BB; }

 p { color: rgb(121,57,187); }

 H1.HeaderClassName
 {
   color: #7939BB;
 }
 .AnyTagClassName
 {
   color: #7939BB;
 }
</style>

background-color css

<style>
 a { background-color: #7939BB; }

 a { background-color: rgb(121,57,187); }

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

border-color css

<style>
 span { border-color: #7939BB; }

 span { border-color: rgb(121,57,187); }

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