Html Css Color HEX #7322CE Purple Heart

📋 copy color: '#7322CE'

red 115 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #7322CE

Tints of Purple Heart #7322CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 32.39%
G = 9.58%
B = 58.03%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7322CE (or 0x7322CE) is known color: Purple Heart. HEX triplet: 73, 22 and CE. RGB value is (115,34,206). Sum of RGB (Red+Green+Blue) = 115+34+206=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #7322CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7322CE is #8CDD31. Grayscale: #4D4D4D. Windows color (decimal): -9231666 or 13509235. OLE color: 13509235.

HSL color Cylindrical-coordinate representation of color #7322CE: hue angle of 268.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7322CE is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 34 206 -
CMYK 0.44 0.83 0 0.19
HSL 268.26º 0.72% 0.47% -
HSV(B) 268.26º 0.83% 0.81% -
XYZ 18.78 9.25 59.19 -
YUV 77.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 115 34 206 0.44 0.83 0 0.19 268.26 0.72 0.47
Hex 73 22 CE 2C 53 0 13 10C 48 2F
Octal 163 42 316 54 123 0 23 414 110 57
Binary 1110011 100010 11001110 101100 1010011 0 10011 100001100 1001000 101111

Color Harmonies of #7322CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7322CE

Black with #7322CE

Text Example


Text Example

White with #7322CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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