#6636B4

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

Shades of Purple Heart #6636B4

Tints of Purple Heart #6636B4

Color information

#6636B4 (or 0x6636B4) is unknown color: approx Purple Heart. HEX triplet: 66, 36 and B4. RGB value is (102,54,180). Sum of RGB (Red+Green+Blue) = 102+54+180=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #6636B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6636B4 is #99C94B. Grayscale: #525252. Windows color (decimal): -10078540 or 11810406. OLE color: 11810406.

HSL color Cylindrical-coordinate representation of color #6636B4: hue angle of 262.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6636B4 is Cyan = 0.43, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10254180-
CMYK0.430.700.29
HSL262.86º53.85%45.88%-
HSV(B)262.86º70%70.59%-
XYZ15.048.7644.08-
YUV82.72182.9141.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=30.36%
G=16.07%
B=53.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102541800.430.700.29262.8653.8545.88
Hex6636B42B4601D107362e
Octal14666264531060354076656
Binary1100110110110101101001010111000110011101100000111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6636B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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