#6323C0

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

Shades of Purple Heart #6323C0

Tints of Purple Heart #6323C0

Color information

#6323C0 (or 0x6323C0) is unknown color: approx Purple Heart. HEX triplet: 63, 23 and C0. RGB value is (99,35,192). Sum of RGB (Red+Green+Blue) = 99+35+192=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #6323C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6323C0 is #9CDC3F. Grayscale: #474747. Windows color (decimal): -10280000 or 12591971. OLE color: 12591971.

HSL color Cylindrical-coordinate representation of color #6323C0: hue angle of 264.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6323C0 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9935192-
CMYK0.480.8200.25
HSL264.46º69.16%44.51%-
HSV(B)264.46º81.77%75.29%-
XYZ15.267.6650.54-
YUV72.03195.7147.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 35 (14.06% from 255) = 10.74%
BLUE value IS 192 (75.39% from 255) = 58.90%
R=30.37%
G=10.74%
B=58.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99351920.480.8200.25264.4669.1644.51
Hex6323C03052019108452d
Octal143433006012203141010555
Binary11000111000111100000011000010100100110011000010001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6323C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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