#6430BB

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

Shades of Purple Heart #6430BB

Tints of Purple Heart #6430BB

Color information

#6430BB (or 0x6430BB) is unknown color: approx Purple Heart. HEX triplet: 64, 30 and BB. RGB value is (100,48,187). Sum of RGB (Red+Green+Blue) = 100+48+187=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #6430BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430BB is #9BCF44. Grayscale: #4E4E4E. Windows color (decimal): -10211141 or 12267620. OLE color: 12267620.

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

Color convert

RGB10048187-
CMYK0.470.7400.27
HSL262.45º59.15%46.08%-
HSV(B)262.45º74.33%73.33%-
XYZ15.288.4147.83-
YUV79.39188.73142.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 187 (73.44% from 255) = 55.82%
R=29.85%
G=14.33%
B=55.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100481870.470.7400.27262.4559.1546.08
Hex6430BB2F4A01B1063b2e
Octal14460273571120334067356
Binary1100100110000101110111011111001010011011100000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6430BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,48,187); }

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

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

 a { background-color: rgb(100,48,187); }

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

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

 span { border-color: rgb(100,48,187); }

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