#6318B6

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

Shades of Purple Heart #6318B6

Tints of Purple Heart #6318B6

Color information

#6318B6 (or 0x6318B6) is unknown color: approx Purple Heart. HEX triplet: 63, 18 and B6. RGB value is (99,24,182). Sum of RGB (Red+Green+Blue) = 99+24+182=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #6318B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318B6 is #9CE749. Grayscale: #3F3F3F. Windows color (decimal): -10282826 or 11933795. OLE color: 11933795.

HSL color Cylindrical-coordinate representation of color #6318B6: hue angle of 268.48º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6318B6 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9924182-
CMYK0.460.8700.29
HSL268.48º76.7%40.39%-
HSV(B)268.48º86.81%71.37%-
XYZ13.926.6844.81-
YUV64.44194.35152.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 182 (71.48% from 255) = 59.67%
R=32.46%
G=7.87%
B=59.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99241820.460.8700.29268.4876.740.39
Hex6318B62E5701D10c4d28
Octal143302665612703541411550
Binary1100011110001011011010111010101110111011000011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6318B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6318B6; }

 p { color: rgb(99,24,182); }

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

<style>
 a { background-color: #6318B6; }

 a { background-color: rgb(99,24,182); }

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

<style>
 span { border-color: #6318B6; }

 span { border-color: rgb(99,24,182); }

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