#6626B1

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

Shades of Purple Heart #6626B1

Tints of Purple Heart #6626B1

Color information

#6626B1 (or 0x6626B1) is unknown color: approx Purple Heart. HEX triplet: 66, 26 and B1. RGB value is (102,38,177). Sum of RGB (Red+Green+Blue) = 102+38+177=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #6626B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6626B1 is #99D94E. Grayscale: #484848. Windows color (decimal): -10082639 or 11609702. OLE color: 11609702.

HSL color Cylindrical-coordinate representation of color #6626B1: hue angle of 267.63º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6626B1 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10238177-
CMYK0.420.7900.31
HSL267.63º64.65%42.16%-
HSV(B)267.63º78.53%69.41%-
XYZ14.117.3942.28-
YUV72.98186.7148.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=32.18%
G=11.99%
B=55.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102381770.420.7900.31267.6364.6542.16
Hex6626B12A4F01F10c412a
Octal146462615211703741410152
Binary11001101001101011000110101010011110111111000011001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6626B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6626B1; }

 p { color: rgb(102,38,177); }

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

<style>
 a { background-color: #6626B1; }

 a { background-color: rgb(102,38,177); }

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

<style>
 span { border-color: #6626B1; }

 span { border-color: rgb(102,38,177); }

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