#6630BD

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

Shades of Purple Heart #6630BD

Tints of Purple Heart #6630BD

Color information

#6630BD (or 0x6630BD) is unknown color: approx Purple Heart. HEX triplet: 66, 30 and BD. RGB value is (102,48,189). Sum of RGB (Red+Green+Blue) = 102+48+189=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #6630BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630BD is #99CF42. Grayscale: #4F4F4F. Windows color (decimal): -10080067 or 12398694. OLE color: 12398694.

HSL color Cylindrical-coordinate representation of color #6630BD: hue angle of 262.98º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6630BD is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10248189-
CMYK0.460.7500.26
HSL262.98º59.49%46.47%-
HSV(B)262.98º74.6%74.12%-
XYZ15.728.6148.98-
YUV80.22189.39143.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=30.09%
G=14.16%
B=55.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102481890.460.7500.26262.9859.4946.47
Hex6630BD2E4B01A1073b2e
Octal14660275561130324077356
Binary1100110110000101111011011101001011011010100000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6630BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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