#6345BF

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

Shades of Purple Heart #6345BF

Tints of Purple Heart #6345BF

Color information

#6345BF (or 0x6345BF) is unknown color: approx Purple Heart. HEX triplet: 63, 45 and BF. RGB value is (99,69,191). Sum of RGB (Red+Green+Blue) = 99+69+191=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6345BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345BF is #9CBA40. Grayscale: #5B5B5B. Windows color (decimal): -10271297 or 12535139. OLE color: 12535139.

HSL color Cylindrical-coordinate representation of color #6345BF: hue angle of 254.75º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6345BF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9969191-
CMYK0.480.6400.25
HSL254.75º48.8%50.98%-
HSV(B)254.75º63.87%74.9%-
XYZ16.6810.6750.47-
YUV91.88183.94133.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 191 (75% from 255) = 53.20%
R=27.58%
G=19.22%
B=53.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99691910.480.6400.25254.7548.850.98
Hex6345BF3040019ff3133
Octal143105277601000313776163
Binary1100011100010110111111110000100000001100111111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6345BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6345BF; }

 p { color: rgb(99,69,191); }

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

<style>
 a { background-color: #6345BF; }

 a { background-color: rgb(99,69,191); }

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

<style>
 span { border-color: #6345BF; }

 span { border-color: rgb(99,69,191); }

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