#6323BB

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

Shades of Purple Heart #6323BB

Tints of Purple Heart #6323BB

Color information

#6323BB (or 0x6323BB) is unknown color: approx Purple Heart. HEX triplet: 63, 23 and BB. RGB value is (99,35,187). Sum of RGB (Red+Green+Blue) = 99+35+187=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #6323BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6323BB is #9CDC44. Grayscale: #464646. Windows color (decimal): -10280005 or 12264291. OLE color: 12264291.

HSL color Cylindrical-coordinate representation of color #6323BB: hue angle of 265.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6323BB is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9935187-
CMYK0.470.8100.27
HSL265.26º68.47%43.53%-
HSV(B)265.26º81.28%73.33%-
XYZ14.727.4447.67-
YUV71.46193.2147.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 187 (73.44% from 255) = 58.26%
R=30.84%
G=10.90%
B=58.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99351870.470.8100.27265.2668.4743.53
Hex6323BB2F5101B109442c
Octal143432735712103341110454
Binary11000111000111011101110111110100010110111000010011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6323BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6323BB; }

 p { color: rgb(99,35,187); }

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

<style>
 a { background-color: #6323BB; }

 a { background-color: rgb(99,35,187); }

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

<style>
 span { border-color: #6323BB; }

 span { border-color: rgb(99,35,187); }

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