Html Css Color HEX #7329C6 Purple Heart

📋 copy color: '#7329C6'

red 115 ◦ green 41 ◦ blue 198

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

Shades of Purple Heart #7329C6

Tints of Purple Heart #7329C6

RGB

 RED value IS 115 (45.31% from 255) = 32.49%

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

 BLUE value IS 198 (77.73% from 255) = 55.93%

R = 32.49%
G = 11.58%
B = 55.93%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7329C6 (or 0x7329C6) is known color: Purple Heart. HEX triplet: 73, 29 and C6. RGB value is (115,41,198). Sum of RGB (Red+Green+Blue) = 115+41+198=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #7329C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329C6 is #8CD639. Grayscale: #505050. Windows color (decimal): -9229882 or 12986739. OLE color: 12986739.

HSL color Cylindrical-coordinate representation of color #7329C6: hue angle of 268.28º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7329C6 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 41 198 -
CMYK 0.42 0.79 0 0.22
HSL 268.28º 0.66% 0.47% -
HSV(B) 268.28º 0.79% 0.78% -
XYZ 18.06 9.31 54.27 -
YUV 81.02 194.02 152.23 -
System Red Green Blue C M Y K H S L
Decimal 115 41 198 0.42 0.79 0 0.22 268.28 0.66 0.47
Hex 73 29 C6 2A 4F 0 16 10C 42 2F
Octal 163 51 306 52 117 0 26 414 102 57
Binary 1110011 101001 11000110 101010 1001111 0 10110 100001100 1000010 101111

Color Harmonies of #7329C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329C6

Black with #7329C6

Text Example


Text Example

White with #7329C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7329C6; }

 p { color: rgb(115,41,198); }

 H1.HeaderClassName
 {
   color: #7329C6;
 }
 .AnyTagClassName
 {
   color: #7329C6;
 }
</style>

background-color css

<style>
 a { background-color: #7329C6; }

 a { background-color: rgb(115,41,198); }

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

border-color css

<style>
 span { border-color: #7329C6; }

 span { border-color: rgb(115,41,198); }

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