Html Css Color HEX #7829BF Purple Heart

📋 copy color: '#7829BF'

red 120 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7829BF

Tints of Purple Heart #7829BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

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

R = 34.09%
G = 11.65%
B = 54.26%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7829BF (or 0x7829BF) is known color: Purple Heart. HEX triplet: 78, 29 and BF. RGB value is (120,41,191). Sum of RGB (Red+Green+Blue) = 120+41+191=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #7829BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7829BF is #87D640. Grayscale: #515151. Windows color (decimal): -8902209 or 12527992. OLE color: 12527992.

HSL color Cylindrical-coordinate representation of color #7829BF: hue angle of 271.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7829BF is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 41 191 -
CMYK 0.37 0.79 0 0.25
HSL 271.6º 0.65% 0.45% -
HSV(B) 271.6º 0.79% 0.75% -
XYZ 17.94 9.34 50.15 -
YUV 81.72 189.67 155.3 -
System Red Green Blue C M Y K H S L
Decimal 120 41 191 0.37 0.79 0 0.25 271.6 0.65 0.45
Hex 78 29 BF 25 4F 0 19 110 41 2D
Octal 170 51 277 45 117 0 31 420 101 55
Binary 1111000 101001 10111111 100101 1001111 0 11001 100010000 1000001 101101

Color Harmonies of #7829BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7829BF

Black with #7829BF

Text Example


Text Example

White with #7829BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,41,191); }

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

background-color css

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

 a { background-color: rgb(120,41,191); }

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

border-color css

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

 span { border-color: rgb(120,41,191); }

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