#6B3AD3

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

Shades of Purple Heart #6B3AD3

Tints of Purple Heart #6B3AD3

Color information

#6B3AD3 (or 0x6B3AD3) is unknown color: approx Purple Heart. HEX triplet: 6B, 3A and D3. RGB value is (107,58,211). Sum of RGB (Red+Green+Blue) = 107+58+211=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #6B3AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3AD3 is #94C52C. Grayscale: #595959. Windows color (decimal): -9749805 or 13843051. OLE color: 13843051.

HSL color Cylindrical-coordinate representation of color #6B3AD3: hue angle of 259.22º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B3AD3 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10758211-
CMYK0.490.7300.17
HSL259.22º63.49%52.75%-
HSV(B)259.22º72.51%82.75%-
XYZ19.3310.8662.7-
YUV90.09196.23140.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.46%
GREEN value IS 58 (23.05% from 255) = 15.43%
BLUE value IS 211 (82.81% from 255) = 56.12%
R=28.46%
G=15.43%
B=56.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal107582110.490.7300.17259.2263.4952.75
Hex6B3AD331490111033f35
Octal15372323611110214037765
Binary1101011111010110100111100011001001010001100000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B3AD3; }

 p { color: rgb(107,58,211); }

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

<style>
 a { background-color: #6B3AD3; }

 a { background-color: rgb(107,58,211); }

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

<style>
 span { border-color: #6B3AD3; }

 span { border-color: rgb(107,58,211); }

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