#6826CC

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

Shades of Purple Heart #6826CC

Tints of Purple Heart #6826CC

Color information

#6826CC (or 0x6826CC) is unknown color: approx Purple Heart. HEX triplet: 68, 26 and CC. RGB value is (104,38,204). Sum of RGB (Red+Green+Blue) = 104+38+204=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #6826CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6826CC is #97D933. Grayscale: #4C4C4C. Windows color (decimal): -9951540 or 13379176. OLE color: 13379176.

HSL color Cylindrical-coordinate representation of color #6826CC: hue angle of 263.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6826CC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10438204-
CMYK0.490.8100.2
HSL263.86º68.6%47.45%-
HSV(B)263.86º81.37%80%-
XYZ17.38.6957.89-
YUV76.66199.87147.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 38 (15.23% from 255) = 10.98%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=30.06%
G=10.98%
B=58.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104382040.490.8100.2263.8668.647.45
Hex6826CC3151014108452f
Octal150463146112102441010557
Binary11010001001101100110011000110100010101001000010001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6826CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6826CC; }

 p { color: rgb(104,38,204); }

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

<style>
 a { background-color: #6826CC; }

 a { background-color: rgb(104,38,204); }

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

<style>
 span { border-color: #6826CC; }

 span { border-color: rgb(104,38,204); }

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