#6821C9

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

Shades of Purple Heart #6821C9

Tints of Purple Heart #6821C9

Color information

#6821C9 (or 0x6821C9) is unknown color: approx Purple Heart. HEX triplet: 68, 21 and C9. RGB value is (104,33,201). Sum of RGB (Red+Green+Blue) = 104+33+201=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #6821C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821C9 is #97DE36. Grayscale: #484848. Windows color (decimal): -9952823 or 13181288. OLE color: 13181288.

HSL color Cylindrical-coordinate representation of color #6821C9: hue angle of 265.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6821C9 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10433201-
CMYK0.480.8400.21
HSL265.36º71.79%45.88%-
HSV(B)265.36º83.58%78.82%-
XYZ16.88.2555.97-
YUV73.38200.02149.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 201 (78.91% from 255) = 59.47%
R=30.77%
G=9.76%
B=59.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104332010.480.8400.21265.3671.7945.88
Hex6821C93054015109482e
Octal150413116012402541111056
Binary11010001000011100100111000010101000101011000010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6821C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6821C9; }

 p { color: rgb(104,33,201); }

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

<style>
 a { background-color: #6821C9; }

 a { background-color: rgb(104,33,201); }

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

<style>
 span { border-color: #6821C9; }

 span { border-color: rgb(104,33,201); }

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