#6B3ADA

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

Shades of Purple Heart #6B3ADA

Tints of Purple Heart #6B3ADA

Color information

#6B3ADA (or 0x6B3ADA) is unknown color: approx Purple Heart. HEX triplet: 6B, 3A and DA. RGB value is (107,58,218). Sum of RGB (Red+Green+Blue) = 107+58+218=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B3ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ADA is #94C525. Grayscale: #5A5A5A. Windows color (decimal): -9749798 or 14301803. OLE color: 14301803.

HSL color Cylindrical-coordinate representation of color #6B3ADA: hue angle of 258.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B3ADA is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10758218-
CMYK0.510.7300.15
HSL258.38º68.38%54.12%-
HSV(B)258.38º73.39%85.49%-
XYZ20.2311.2167.43-
YUV90.89199.73139.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 218 (85.55% from 255) = 56.92%
R=27.94%
G=15.14%
B=56.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal107582180.510.7300.15258.3868.3854.12
Hex6B3ADA33490F1024436
Octal153723326311101740210466
Binary1101011111010110110101100111001001011111000000101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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