#6629CC

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

Shades of Purple Heart #6629CC

Tints of Purple Heart #6629CC

Color information

#6629CC (or 0x6629CC) is unknown color: approx Purple Heart. HEX triplet: 66, 29 and CC. RGB value is (102,41,204). Sum of RGB (Red+Green+Blue) = 102+41+204=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #6629CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629CC is #99D633. Grayscale: #4D4D4D. Windows color (decimal): -10081844 or 13379942. OLE color: 13379942.

HSL color Cylindrical-coordinate representation of color #6629CC: hue angle of 262.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6629CC is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10241204-
CMYK0.50.8000.2
HSL262.45º66.53%48.04%-
HSV(B)262.45º79.9%80%-
XYZ17.178.7757.91-
YUV77.82199.21145.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=29.39%
G=11.82%
B=58.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102412040.50.8000.2262.4566.5348.04
Hex6629CC32500141064330
Octal146513146212002440610360
Binary11001101010011100110011001010100000101001000001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6629CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6629CC; }

 p { color: rgb(102,41,204); }

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

<style>
 a { background-color: #6629CC; }

 a { background-color: rgb(102,41,204); }

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

<style>
 span { border-color: #6629CC; }

 span { border-color: rgb(102,41,204); }

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