#6A3BBB

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

Shades of Purple Heart #6A3BBB

Tints of Purple Heart #6A3BBB

Color information

#6A3BBB (or 0x6A3BBB) is unknown color: approx Purple Heart. HEX triplet: 6A, 3B and BB. RGB value is (106,59,187). Sum of RGB (Red+Green+Blue) = 106+59+187=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A3BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3BBB is #95C444. Grayscale: #575757. Windows color (decimal): -9815109 or 12270442. OLE color: 12270442.

HSL color Cylindrical-coordinate representation of color #6A3BBB: hue angle of 262.03º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A3BBB is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10659187-
CMYK0.430.6800.27
HSL262.03º52.03%48.24%-
HSV(B)262.03º68.45%73.33%-
XYZ16.489.7848.03-
YUV87.64184.07141.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.11%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=30.11%
G=16.76%
B=53.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106591870.430.6800.27262.0352.0348.24
Hex6A3BBB2B4401B1063430
Octal15273273531040334066460
Binary1101010111011101110111010111000100011011100000110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,59,187); }

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

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

 a { background-color: rgb(106,59,187); }

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

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

 span { border-color: rgb(106,59,187); }

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