#6314C4

Color #6314C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6314C4

Tints of Purple Heart #6314C4

Color information

#6314C4 (or 0x6314C4) is unknown color: approx Purple Heart. HEX triplet: 63, 14 and C4. RGB value is (99,20,196). Sum of RGB (Red+Green+Blue) = 99+20+196=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 196 (76.95% from 255 or 62.22% from 315); Max value from RGB is 196 - color contains mainly: blue. Hex color #6314C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314C4 is #9CEB3B. Grayscale: #3F3F3F. Windows color (decimal): -10283836 or 12850275. OLE color: 12850275.

HSL color Cylindrical-coordinate representation of color #6314C4: hue angle of 266.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6314C4 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9920196-
CMYK0.490.9000.23
HSL266.93º81.48%42.35%-
HSV(B)266.93º89.8%76.86%-
XYZ15.367.1452.79-
YUV63.68202.67153.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 196 (76.95% from 255) = 62.22%
R=31.43%
G=6.35%
B=62.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99201960.490.9000.23266.9381.4842.35
Hex6314C4315A01710b512a
Octal143243046113202741312152
Binary1100011101001100010011000110110100101111000010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6314C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6314C4; }

 p { color: rgb(99,20,196); }

 H1.HeaderClassName
 {
   color: #6314C4;
 }
 .AnyTagClassName
 {
   color: #6314C4;
 }
</style>
background-color css

<style>
 a { background-color: #6314C4; }

 a { background-color: rgb(99,20,196); }

 div.DivClassName
 {
   background-color: #6314C4;
 }
 .BgClassName
 {
   background-color: #6314C4;
 }
</style>
border-color css

<style>
 span { border-color: #6314C4; }

 span { border-color: rgb(99,20,196); }

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