#6B21DD

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

Shades of Purple Heart #6B21DD

Tints of Purple Heart #6B21DD

Color information

#6B21DD (or 0x6B21DD) is unknown color: approx Purple Heart. HEX triplet: 6B, 21 and DD. RGB value is (107,33,221). Sum of RGB (Red+Green+Blue) = 107+33+221=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B21DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B21DD is #94DE22. Grayscale: #4B4B4B. Windows color (decimal): -9756195 or 14492011. OLE color: 14492011.

HSL color Cylindrical-coordinate representation of color #6B21DD: hue angle of 263.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B21DD is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10733221-
CMYK0.520.8500.13
HSL263.62º74.02%49.8%-
HSV(B)263.62º85.07%86.67%-
XYZ19.669.4369.19-
YUV76.56209.52149.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.64%
GREEN value IS 33 (13.28% from 255) = 9.14%
BLUE value IS 221 (86.72% from 255) = 61.22%
R=29.64%
G=9.14%
B=61.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107332210.520.8500.13263.6274.0249.8
Hex6B21DD34550D1084a32
Octal153413356412501541011262
Binary1101011100001110111011101001010101011011000010001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B21DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B21DD; }

 p { color: rgb(107,33,221); }

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

<style>
 a { background-color: #6B21DD; }

 a { background-color: rgb(107,33,221); }

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

<style>
 span { border-color: #6B21DD; }

 span { border-color: rgb(107,33,221); }

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