#6343BC

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

Shades of Purple Heart #6343BC

Tints of Purple Heart #6343BC

Color information

#6343BC (or 0x6343BC) is unknown color: approx Purple Heart. HEX triplet: 63, 43 and BC. RGB value is (99,67,188). Sum of RGB (Red+Green+Blue) = 99+67+188=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6343BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343BC is #9CBC43. Grayscale: #595959. Windows color (decimal): -10271812 or 12338019. OLE color: 12338019.

HSL color Cylindrical-coordinate representation of color #6343BC: hue angle of 255.87º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6343BC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9967188-
CMYK0.470.6400.26
HSL255.87º47.45%50%-
HSV(B)255.87º64.36%73.73%-
XYZ16.2310.348.71-
YUV90.36183.1134.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=27.97%
G=18.93%
B=53.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99671880.470.6400.26255.8747.4550
Hex6343BC2F4001A1002f32
Octal143103274571000324005762
Binary11000111000011101111001011111000000011010100000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6343BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6343BC; }

 p { color: rgb(99,67,188); }

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

<style>
 a { background-color: #6343BC; }

 a { background-color: rgb(99,67,188); }

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

<style>
 span { border-color: #6343BC; }

 span { border-color: rgb(99,67,188); }

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