Html Css Color HEX #7320C6 Purple Heart

📋 copy color: '#7320C6'

red 115 ◦ green 32 ◦ blue 198

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

Shades of Purple Heart #7320C6

Tints of Purple Heart #7320C6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 33.33%
G = 9.28%
B = 57.39%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7320C6 (or 0x7320C6) is known color: Purple Heart. HEX triplet: 73, 20 and C6. RGB value is (115,32,198). Sum of RGB (Red+Green+Blue) = 115+32+198=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #7320C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7320C6 is #8CDF39. Grayscale: #4B4B4B. Windows color (decimal): -9232186 or 12984435. OLE color: 12984435.

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

Color convert

RGB 115 32 198 -
CMYK 0.42 0.84 0 0.22
HSL 270º 0.72% 0.45% -
HSV(B) 270º 0.84% 0.78% -
XYZ 17.78 8.76 54.18 -
YUV 75.74 197 156 -
System Red Green Blue C M Y K H S L
Decimal 115 32 198 0.42 0.84 0 0.22 270 0.72 0.45
Hex 73 20 C6 2A 54 0 16 10E 48 2D
Octal 163 40 306 52 124 0 26 416 110 55
Binary 1110011 100000 11000110 101010 1010100 0 10110 100001110 1001000 101101

Color Harmonies of #7320C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320C6

Black with #7320C6

Text Example


Text Example

White with #7320C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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