#6325B9

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

Shades of Purple Heart #6325B9

Tints of Purple Heart #6325B9

Color information

#6325B9 (or 0x6325B9) is unknown color: approx Purple Heart. HEX triplet: 63, 25 and B9. RGB value is (99,37,185). Sum of RGB (Red+Green+Blue) = 99+37+185=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #6325B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325B9 is #9CDA46. Grayscale: #474747. Windows color (decimal): -10279495 or 12133731. OLE color: 12133731.

HSL color Cylindrical-coordinate representation of color #6325B9: hue angle of 265.14º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6325B9 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9937185-
CMYK0.460.8000.27
HSL265.14º66.67%43.53%-
HSV(B)265.14º80%72.55%-
XYZ14.567.4846.57-
YUV72.41191.54146.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 37 (14.84% from 255) = 11.53%
BLUE value IS 185 (72.66% from 255) = 57.63%
R=30.84%
G=11.53%
B=57.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99371850.460.8000.27265.1466.6743.53
Hex6325B92E5001B109432c
Octal143452715612003341110354
Binary11000111001011011100110111010100000110111000010011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6325B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6325B9; }

 p { color: rgb(99,37,185); }

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

<style>
 a { background-color: #6325B9; }

 a { background-color: rgb(99,37,185); }

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

<style>
 span { border-color: #6325B9; }

 span { border-color: rgb(99,37,185); }

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