Html Css Color HEX #7327CC Purple Heart

📋 copy color: '#7327CC'

red 115 ◦ green 39 ◦ blue 204

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

Shades of Purple Heart #7327CC

Tints of Purple Heart #7327CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 32.12%
G = 10.89%
B = 56.98%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7327CC (or 0x7327CC) is known color: Purple Heart. HEX triplet: 73, 27 and CC. RGB value is (115,39,204). Sum of RGB (Red+Green+Blue) = 115+39+204=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #7327CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7327CC is #8CD833. Grayscale: #4F4F4F. Windows color (decimal): -9230388 or 13379443. OLE color: 13379443.

HSL color Cylindrical-coordinate representation of color #7327CC: hue angle of 267.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7327CC is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 39 204 -
CMYK 0.44 0.81 0 0.2
HSL 267.64º 0.68% 0.48% -
HSV(B) 267.64º 0.81% 0.8% -
XYZ 18.69 9.46 57.97 -
YUV 80.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 115 39 204 0.44 0.81 0 0.2 267.64 0.68 0.48
Hex 73 27 CC 2C 51 0 14 10C 44 30
Octal 163 47 314 54 121 0 24 414 104 60
Binary 1110011 100111 11001100 101100 1010001 0 10100 100001100 1000100 110000

Color Harmonies of #7327CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7327CC

Black with #7327CC

Text Example


Text Example

White with #7327CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7327CC; }

 p { color: rgb(115,39,204); }

 H1.HeaderClassName
 {
   color: #7327CC;
 }
 .AnyTagClassName
 {
   color: #7327CC;
 }
</style>

background-color css

<style>
 a { background-color: #7327CC; }

 a { background-color: rgb(115,39,204); }

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

border-color css

<style>
 span { border-color: #7327CC; }

 span { border-color: rgb(115,39,204); }

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