Html Css Color HEX #7329CE Purple Heart

📋 copy color: '#7329CE'

red 115 ◦ green 41 ◦ blue 206

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

Shades of Purple Heart #7329CE

Tints of Purple Heart #7329CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 31.77%
G = 11.33%
B = 56.91%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7329CE (or 0x7329CE) is known color: Purple Heart. HEX triplet: 73, 29 and CE. RGB value is (115,41,206). Sum of RGB (Red+Green+Blue) = 115+41+206=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #7329CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329CE is #8CD631. Grayscale: #515151. Windows color (decimal): -9229874 or 13511027. OLE color: 13511027.

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

Color convert

RGB 115 41 206 -
CMYK 0.44 0.80 0 0.19
HSL 266.91º 0.67% 0.48% -
HSV(B) 266.91º 0.8% 0.81% -
XYZ 19 9.69 59.26 -
YUV 81.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 115 41 206 0.44 0.80 0 0.19 266.91 0.67 0.48
Hex 73 29 CE 2C 50 0 13 10B 43 30
Octal 163 51 316 54 120 0 23 413 103 60
Binary 1110011 101001 11001110 101100 1010000 0 10011 100001011 1000011 110000

Color Harmonies of #7329CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329CE

Black with #7329CE

Text Example


Text Example

White with #7329CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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