Html Css Color HEX #7936BA Purple Heart

📋 copy color: '#7936BA'

red 121 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #7936BA

Tints of Purple Heart #7936BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 33.52%
G = 14.96%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7936BA (or 0x7936BA) is known color: Purple Heart. HEX triplet: 79, 36 and BA. RGB value is (121,54,186). Sum of RGB (Red+Green+Blue) = 121+54+186=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #7936BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7936BA is #86C945. Grayscale: #585858. Windows color (decimal): -8833350 or 12203641. OLE color: 12203641.

HSL color Cylindrical-coordinate representation of color #7936BA: hue angle of 270.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7936BA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 54 186 -
CMYK 0.35 0.71 0 0.27
HSL 270.45º 0.55% 0.47% -
HSV(B) 270.45º 0.71% 0.73% -
XYZ 18.07 10.25 47.48 -
YUV 89.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 121 54 186 0.35 0.71 0 0.27 270.45 0.55 0.47
Hex 79 36 BA 23 47 0 1B 10E 37 2F
Octal 171 66 272 43 107 0 33 416 67 57
Binary 1111001 110110 10111010 100011 1000111 0 11011 100001110 110111 101111

Color Harmonies of #7936BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7936BA

Black with #7936BA

Text Example


Text Example

White with #7936BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7936BA; }

 p { color: rgb(121,54,186); }

 H1.HeaderClassName
 {
   color: #7936BA;
 }
 .AnyTagClassName
 {
   color: #7936BA;
 }
</style>

background-color css

<style>
 a { background-color: #7936BA; }

 a { background-color: rgb(121,54,186); }

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

border-color css

<style>
 span { border-color: #7936BA; }

 span { border-color: rgb(121,54,186); }

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