#682AE1

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

Shades of Purple Heart #682AE1

Tints of Purple Heart #682AE1

Color information

#682AE1 (or 0x682AE1) is unknown color: approx Purple Heart. HEX triplet: 68, 2A and E1. RGB value is (104,42,225). Sum of RGB (Red+Green+Blue) = 104+42+225=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #682AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682AE1 is #97D51E. Grayscale: #505050. Windows color (decimal): -9950495 or 14756456. OLE color: 14756456.

HSL color Cylindrical-coordinate representation of color #682AE1: hue angle of 260.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682AE1 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10442225-
CMYK0.540.8100.12
HSL260.33º75.31%52.35%-
HSV(B)260.33º81.33%88.24%-
XYZ20.1310.0472.11-
YUV81.4209.04144.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=28.03%
G=11.32%
B=60.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal104422250.540.8100.12260.3375.3152.35
Hex682AE136510C1044b34
Octal150523416612101440411364
Binary1101000101010111000011101101010001011001000001001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682AE1; }

 p { color: rgb(104,42,225); }

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

<style>
 a { background-color: #682AE1; }

 a { background-color: rgb(104,42,225); }

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

<style>
 span { border-color: #682AE1; }

 span { border-color: rgb(104,42,225); }

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