Html Css Color HEX #7320CE Purple Heart

📋 copy color: '#7320CE'

red 115 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #7320CE

Tints of Purple Heart #7320CE

RGB

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

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

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

R = 32.58%
G = 9.07%
B = 58.36%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7320CE (or 0x7320CE) is known color: Purple Heart. HEX triplet: 73, 20 and CE. RGB value is (115,32,206). Sum of RGB (Red+Green+Blue) = 115+32+206=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #7320CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7320CE is #8CDF31. Grayscale: #4C4C4C. Windows color (decimal): -9232178 or 13508723. OLE color: 13508723.

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

Color convert

RGB 115 32 206 -
CMYK 0.44 0.84 0 0.19
HSL 268.62º 0.73% 0.47% -
HSV(B) 268.62º 0.84% 0.81% -
XYZ 18.73 9.13 59.17 -
YUV 76.65 201 155.35 -
System Red Green Blue C M Y K H S L
Decimal 115 32 206 0.44 0.84 0 0.19 268.62 0.73 0.47
Hex 73 20 CE 2C 54 0 13 10D 49 2F
Octal 163 40 316 54 124 0 23 415 111 57
Binary 1110011 100000 11001110 101100 1010100 0 10011 100001101 1001001 101111

Color Harmonies of #7320CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320CE

Black with #7320CE

Text Example


Text Example

White with #7320CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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