#6636BA

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

Shades of Purple Heart #6636BA

Tints of Purple Heart #6636BA

Color information

#6636BA (or 0x6636BA) is unknown color: approx Purple Heart. HEX triplet: 66, 36 and BA. RGB value is (102,54,186). Sum of RGB (Red+Green+Blue) = 102+54+186=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #6636BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6636BA is #99C945. Grayscale: #525252. Windows color (decimal): -10078534 or 12203622. OLE color: 12203622.

HSL color Cylindrical-coordinate representation of color #6636BA: hue angle of 261.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6636BA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10254186-
CMYK0.450.7100.27
HSL261.82º55%47.06%-
HSV(B)261.82º70.97%72.94%-
XYZ15.669.0147.37-
YUV83.4185.9141.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=29.82%
G=15.79%
B=54.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102541860.450.7100.27261.825547.06
Hex6636BA2D4701B106372f
Octal14666272551070334066757
Binary1100110110110101110101011011000111011011100000110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6636BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6636BA; }

 p { color: rgb(102,54,186); }

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

<style>
 a { background-color: #6636BA; }

 a { background-color: rgb(102,54,186); }

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

<style>
 span { border-color: #6636BA; }

 span { border-color: rgb(102,54,186); }

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