#6431B3

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

Shades of Purple Heart #6431B3

Tints of Purple Heart #6431B3

Color information

#6431B3 (or 0x6431B3) is unknown color: approx Purple Heart. HEX triplet: 64, 31 and B3. RGB value is (100,49,179). Sum of RGB (Red+Green+Blue) = 100+49+179=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #6431B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431B3 is #9BCE4C. Grayscale: #4E4E4E. Windows color (decimal): -10210893 or 11743588. OLE color: 11743588.

HSL color Cylindrical-coordinate representation of color #6431B3: hue angle of 263.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6431B3 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10049179-
CMYK0.440.7300.30
HSL263.54º57.02%44.71%-
HSV(B)263.54º72.63%70.2%-
XYZ14.498.1643.46-
YUV79.07184.4142.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 179 (70.31% from 255) = 54.57%
R=30.49%
G=14.94%
B=54.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100491790.440.7300.30263.5457.0244.71
Hex6431B32C4901E108392d
Octal14461263541110364107155
Binary1100100110001101100111011001001001011110100001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6431B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6431B3; }

 p { color: rgb(100,49,179); }

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

<style>
 a { background-color: #6431B3; }

 a { background-color: rgb(100,49,179); }

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

<style>
 span { border-color: #6431B3; }

 span { border-color: rgb(100,49,179); }

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