Html Css Color HEX #7829CF Purple Heart

📋 copy color: '#7829CF'

red 120 ◦ green 41 ◦ blue 207

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

Shades of Purple Heart #7829CF

Tints of Purple Heart #7829CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 32.61%
G = 11.14%
B = 56.25%

CMYK

 C value IS 0.42

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7829CF (or 0x7829CF) is known color: Purple Heart. HEX triplet: 78, 29 and CF. RGB value is (120,41,207). Sum of RGB (Red+Green+Blue) = 120+41+207=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #7829CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7829CF is #87D630. Grayscale: #525252. Windows color (decimal): -8902193 or 13576568. OLE color: 13576568.

HSL color Cylindrical-coordinate representation of color #7829CF: hue angle of 268.55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7829CF is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 41 207 -
CMYK 0.42 0.80 0 0.19
HSL 268.55º 0.67% 0.49% -
HSV(B) 268.55º 0.8% 0.81% -
XYZ 19.8 10.08 59.93 -
YUV 83.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 120 41 207 0.42 0.80 0 0.19 268.55 0.67 0.49
Hex 78 29 CF 2A 50 0 13 10D 43 31
Octal 170 51 317 52 120 0 23 415 103 61
Binary 1111000 101001 11001111 101010 1010000 0 10011 100001101 1000011 110001

Color Harmonies of #7829CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7829CF

Black with #7829CF

Text Example


Text Example

White with #7829CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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