#6a3dba

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

Shades of Purple Heart #6A3DBA

Tints of Purple Heart #6A3DBA

Color information

#6A3DBA (or 0x6A3DBA) is unknown color: approx Purple Heart. HEX triplet: 6A, 3D and BA. RGB value is (106,61,186). Sum of RGB (Red+Green+Blue) = 106+61+186=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3DBA is #95C245. Grayscale: #585858. Windows color (decimal): -9814598 or 12205418. OLE color: 12205418.

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

Color convert

RGB10661186-
CMYK0.430.6700.27
HSL261.6º50.61%48.43%-
HSV(B)261.6º67.2%72.94%-
XYZ16.489.9547.51-
YUV88.7182.91140.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.03%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=30.03%
G=17.28%
B=52.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106611860.430.6700.27261.650.6148.43
Hex6A3DBA2B4301B1063330
Octal15275272531030334066360
Binary1101010111101101110101010111000011011011100000110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a3dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,61,186); }

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

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

 a { background-color: rgb(106,61,186); }

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

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

 span { border-color: rgb(106,61,186); }

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