Html Css Color HEX #7834BA Purple Heart

📋 copy color: '#7834BA'

red 120 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #7834BA

Tints of Purple Heart #7834BA

RGB

 RED value IS 120 (47.27% from 255) = 33.52%

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 33.52%
G = 14.53%
B = 51.96%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7834BA (or 0x7834BA) is known color: Purple Heart. HEX triplet: 78, 34 and BA. RGB value is (120,52,186). Sum of RGB (Red+Green+Blue) = 120+52+186=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #7834BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7834BA is #87CB45. Grayscale: #575757. Windows color (decimal): -8899398 or 12203128. OLE color: 12203128.

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

Color convert

RGB 120 52 186 -
CMYK 0.35 0.72 0 0.27
HSL 270.45º 0.56% 0.47% -
HSV(B) 270.45º 0.72% 0.73% -
XYZ 17.84 9.99 47.44 -
YUV 87.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 120 52 186 0.35 0.72 0 0.27 270.45 0.56 0.47
Hex 78 34 BA 23 48 0 1B 10E 38 2F
Octal 170 64 272 43 110 0 33 416 70 57
Binary 1111000 110100 10111010 100011 1001000 0 11011 100001110 111000 101111

Color Harmonies of #7834BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7834BA

Black with #7834BA

Text Example


Text Example

White with #7834BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,52,186); }

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

background-color css

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

 a { background-color: rgb(120,52,186); }

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

border-color css

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

 span { border-color: rgb(120,52,186); }

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