#6319A3

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

Shades of Purple Heart #6319A3

Tints of Purple Heart #6319A3

Color information

#6319A3 (or 0x6319A3) is unknown color: approx Purple Heart. HEX triplet: 63, 19 and A3. RGB value is (99,25,163). Sum of RGB (Red+Green+Blue) = 99+25+163=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #6319A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6319A3 is #9CE65C. Grayscale: #3E3E3E. Windows color (decimal): -10282589 or 10688867. OLE color: 10688867.

HSL color Cylindrical-coordinate representation of color #6319A3: hue angle of 272.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6319A3 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9925163-
CMYK0.390.8500.36
HSL272.17º73.4%36.86%-
HSV(B)272.17º84.66%63.92%-
XYZ12.15.9935.17-
YUV62.86184.52153.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 163 (64.06% from 255) = 56.79%
R=34.49%
G=8.71%
B=56.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99251630.390.8500.36272.1773.436.86
Hex6319A327550241104925
Octal143312434712504442011145
Binary11000111100110100011100111101010101001001000100001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6319A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6319A3; }

 p { color: rgb(99,25,163); }

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

<style>
 a { background-color: #6319A3; }

 a { background-color: rgb(99,25,163); }

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

<style>
 span { border-color: #6319A3; }

 span { border-color: rgb(99,25,163); }

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