#682BC0

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

Shades of Purple Heart #682BC0

Tints of Purple Heart #682BC0

Color information

#682BC0 (or 0x682BC0) is unknown color: approx Purple Heart. HEX triplet: 68, 2B and C0. RGB value is (104,43,192). Sum of RGB (Red+Green+Blue) = 104+43+192=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #682BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BC0 is #97D43F. Grayscale: #4D4D4D. Windows color (decimal): -9950272 or 12594024. OLE color: 12594024.

HSL color Cylindrical-coordinate representation of color #682BC0: hue angle of 264.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682BC0 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10443192-
CMYK0.460.7800.25
HSL264.56º63.4%46.08%-
HSV(B)264.56º77.6%75.29%-
XYZ16.098.4850.66-
YUV78.23192.21146.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 192 (75.39% from 255) = 56.64%
R=30.68%
G=12.68%
B=56.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104431920.460.7800.25264.5663.446.08
Hex682BC02E4E0191093f2e
Octal15053300561160314117756
Binary1101000101011110000001011101001110011001100001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,43,192); }

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

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

 a { background-color: rgb(104,43,192); }

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

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

 span { border-color: rgb(104,43,192); }

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