#6319AB

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

Shades of Purple Heart #6319AB

Tints of Purple Heart #6319AB

Color information

#6319AB (or 0x6319AB) is unknown color: approx Purple Heart. HEX triplet: 63, 19 and AB. RGB value is (99,25,171). Sum of RGB (Red+Green+Blue) = 99+25+171=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6319AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6319AB is #9CE654. Grayscale: #3F3F3F. Windows color (decimal): -10282581 or 11213155. OLE color: 11213155.

HSL color Cylindrical-coordinate representation of color #6319AB: hue angle of 270.41º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6319AB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9925171-
CMYK0.420.8500.33
HSL270.41º74.49%38.43%-
HSV(B)270.41º85.38%67.06%-
XYZ12.846.2939.06-
YUV63.77188.52153.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=33.56%
G=8.47%
B=57.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99251710.420.8500.33270.4174.4938.43
Hex6319AB2A5502110e4a26
Octal143312535212504141611246
Binary11000111100110101011101010101010101000011000011101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6319AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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