#6319C9

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

Shades of Purple Heart #6319C9

Tints of Purple Heart #6319C9

Color information

#6319C9 (or 0x6319C9) is unknown color: approx Purple Heart. HEX triplet: 63, 19 and C9. RGB value is (99,25,201). Sum of RGB (Red+Green+Blue) = 99+25+201=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #6319C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6319C9 is #9CE636. Grayscale: #424242. Windows color (decimal): -10282551 or 13179235. OLE color: 13179235.

HSL color Cylindrical-coordinate representation of color #6319C9: hue angle of 265.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6319C9 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9925201-
CMYK0.510.8800.21
HSL265.23º77.88%44.31%-
HSV(B)265.23º87.56%78.82%-
XYZ16.047.5655.87-
YUV67.19203.52150.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 201 (78.91% from 255) = 61.85%
R=30.46%
G=7.69%
B=61.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99252010.510.8800.21265.2377.8844.31
Hex6319C933580151094e2c
Octal143313116313002541111654
Binary1100011110011100100111001110110000101011000010011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6319C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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