#6630B4

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

Shades of Purple Heart #6630B4

Tints of Purple Heart #6630B4

Color information

#6630B4 (or 0x6630B4) is unknown color: approx Purple Heart. HEX triplet: 66, 30 and B4. RGB value is (102,48,180). Sum of RGB (Red+Green+Blue) = 102+48+180=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #6630B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630B4 is #99CF4B. Grayscale: #4E4E4E. Windows color (decimal): -10080076 or 11808870. OLE color: 11808870.

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

Color convert

RGB10248180-
CMYK0.430.7300.29
HSL264.55º57.89%44.71%-
HSV(B)264.55º73.33%70.59%-
XYZ14.778.2343.99-
YUV79.19184.89144.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 180 (70.70% from 255) = 54.55%
R=30.91%
G=14.55%
B=54.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102481800.430.7300.29264.5557.8944.71
Hex6630B42B4901D1093a2d
Octal14660264531110354117255
Binary1100110110000101101001010111001001011101100001001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6630B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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