Html Css Color HEX #7325CE Purple Heart

📋 copy color: '#7325CE'

red 115 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #7325CE

Tints of Purple Heart #7325CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 32.12%
G = 10.34%
B = 57.54%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7325CE (or 0x7325CE) is known color: Purple Heart. HEX triplet: 73, 25 and CE. RGB value is (115,37,206). Sum of RGB (Red+Green+Blue) = 115+37+206=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #7325CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7325CE is #8CDA31. Grayscale: #4E4E4E. Windows color (decimal): -9230898 or 13510003. OLE color: 13510003.

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

Color convert

RGB 115 37 206 -
CMYK 0.44 0.82 0 0.19
HSL 267.69º 0.7% 0.48% -
HSV(B) 267.69º 0.82% 0.81% -
XYZ 18.87 9.42 59.22 -
YUV 79.59 199.34 153.26 -
System Red Green Blue C M Y K H S L
Decimal 115 37 206 0.44 0.82 0 0.19 267.69 0.7 0.48
Hex 73 25 CE 2C 52 0 13 10C 46 30
Octal 163 45 316 54 122 0 23 414 106 60
Binary 1110011 100101 11001110 101100 1010010 0 10011 100001100 1000110 110000

Color Harmonies of #7325CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325CE

Black with #7325CE

Text Example


Text Example

White with #7325CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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