#6630CC

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

Shades of Purple Heart #6630CC

Tints of Purple Heart #6630CC

Color information

#6630CC (or 0x6630CC) is unknown color: approx Purple Heart. HEX triplet: 66, 30 and CC. RGB value is (102,48,204). Sum of RGB (Red+Green+Blue) = 102+48+204=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #6630CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630CC is #99CF33. Grayscale: #515151. Windows color (decimal): -10080052 or 13381734. OLE color: 13381734.

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

Color convert

RGB10248204-
CMYK0.50.7600.2
HSL260.77º61.9%49.41%-
HSV(B)260.77º76.47%80%-
XYZ17.449.358-
YUV81.93196.89142.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 204 (80.08% from 255) = 57.63%
R=28.81%
G=13.56%
B=57.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102482040.50.7600.2260.7761.949.41
Hex6630CC324C0141053e31
Octal14660314621140244057661
Binary1100110110000110011001100101001100010100100000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6630CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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