Html Css Color HEX #7832C2 Purple Heart

📋 copy color: '#7832C2'

red 120 ◦ green 50 ◦ blue 194

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

Shades of Purple Heart #7832C2

Tints of Purple Heart #7832C2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 194 (76.17% from 255) = 53.3%

R = 32.97%
G = 13.74%
B = 53.3%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7832C2 (or 0x7832C2) is known color: Purple Heart. HEX triplet: 78, 32 and C2. RGB value is (120,50,194). Sum of RGB (Red+Green+Blue) = 120+50+194=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #7832C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7832C2 is #87CD3D. Grayscale: #565656. Windows color (decimal): -8899902 or 12726904. OLE color: 12726904.

HSL color Cylindrical-coordinate representation of color #7832C2: hue angle of 269.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7832C2 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 50 194 -
CMYK 0.38 0.74 0 0.24
HSL 269.17º 0.59% 0.48% -
HSV(B) 269.17º 0.74% 0.76% -
XYZ 18.62 10.17 52.02 -
YUV 87.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 120 50 194 0.38 0.74 0 0.24 269.17 0.59 0.48
Hex 78 32 C2 26 4A 0 18 10D 3B 30
Octal 170 62 302 46 112 0 30 415 73 60
Binary 1111000 110010 11000010 100110 1001010 0 11000 100001101 111011 110000

Color Harmonies of #7832C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7832C2

Black with #7832C2

Text Example


Text Example

White with #7832C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7832C2; }

 p { color: rgb(120,50,194); }

 H1.HeaderClassName
 {
   color: #7832C2;
 }
 .AnyTagClassName
 {
   color: #7832C2;
 }
</style>

background-color css

<style>
 a { background-color: #7832C2; }

 a { background-color: rgb(120,50,194); }

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

border-color css

<style>
 span { border-color: #7832C2; }

 span { border-color: rgb(120,50,194); }

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