Html Css Color HEX #7938BA Purple Heart

📋 copy color: '#7938BA'

red 121 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #7938BA

Tints of Purple Heart #7938BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 33.33%
G = 15.43%
B = 51.24%

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

#7938BA (or 0x7938BA) is known color: Purple Heart. HEX triplet: 79, 38 and BA. RGB value is (121,56,186). Sum of RGB (Red+Green+Blue) = 121+56+186=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #7938BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938BA is #86C745. Grayscale: #595959. Windows color (decimal): -8832838 or 12204153. OLE color: 12204153.

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

Color convert

RGB 121 56 186 -
CMYK 0.35 0.70 0 0.27
HSL 270º 0.54% 0.47% -
HSV(B) 270º 0.7% 0.73% -
XYZ 18.16 10.44 47.51 -
YUV 90.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 121 56 186 0.35 0.70 0 0.27 270 0.54 0.47
Hex 79 38 BA 23 46 0 1B 10E 36 2F
Octal 171 70 272 43 106 0 33 416 66 57
Binary 1111001 111000 10111010 100011 1000110 0 11011 100001110 110110 101111

Color Harmonies of #7938BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7938BA

Black with #7938BA

Text Example


Text Example

White with #7938BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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