#6821CA

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

Shades of Purple Heart #6821CA

Tints of Purple Heart #6821CA

Color information

#6821CA (or 0x6821CA) is unknown color: approx Purple Heart. HEX triplet: 68, 21 and CA. RGB value is (104,33,202). Sum of RGB (Red+Green+Blue) = 104+33+202=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #6821CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821CA is #97DE35. Grayscale: #484848. Windows color (decimal): -9952822 or 13246824. OLE color: 13246824.

HSL color Cylindrical-coordinate representation of color #6821CA: hue angle of 265.21º 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 #6821CA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10433202-
CMYK0.490.8400.21
HSL265.21º71.91%46.08%-
HSV(B)265.21º83.66%79.22%-
XYZ16.918.356.59-
YUV73.5200.52149.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=30.68%
G=9.73%
B=59.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104332020.490.8400.21265.2171.9146.08
Hex6821CA3154015109482e
Octal150413126112402541111056
Binary11010001000011100101011000110101000101011000010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6821CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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