#6621BD

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

Shades of Purple Heart #6621BD

Tints of Purple Heart #6621BD

Color information

#6621BD (or 0x6621BD) is unknown color: approx Purple Heart. HEX triplet: 66, 21 and BD. RGB value is (102,33,189). Sum of RGB (Red+Green+Blue) = 102+33+189=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #6621BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621BD is #99DE42. Grayscale: #464646. Windows color (decimal): -10083907 or 12394854. OLE color: 12394854.

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

Color convert

RGB10233189-
CMYK0.460.8300.26
HSL266.54º70.27%43.53%-
HSV(B)266.54º82.54%74.12%-
XYZ15.217.5948.81-
YUV71.41194.36149.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=31.48%
G=10.19%
B=58.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102331890.460.8300.26266.5470.2743.53
Hex6621BD2E5301A10b462c
Octal146412755612303241310654
Binary11001101000011011110110111010100110110101000010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6621BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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