#682FBA

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

Shades of Purple Heart #682FBA

Tints of Purple Heart #682FBA

Color information

#682FBA (or 0x682FBA) is unknown color: approx Purple Heart. HEX triplet: 68, 2F and BA. RGB value is (104,47,186). Sum of RGB (Red+Green+Blue) = 104+47+186=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #682FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FBA is #97D045. Grayscale: #4F4F4F. Windows color (decimal): -9949254 or 12201832. OLE color: 12201832.

HSL color Cylindrical-coordinate representation of color #682FBA: hue angle of 264.6º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682FBA is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10447186-
CMYK0.440.7500.27
HSL264.6º59.66%45.69%-
HSV(B)264.6º74.73%72.94%-
XYZ15.598.5247.28-
YUV79.89187.88145.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=30.86%
G=13.95%
B=55.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104471860.440.7500.27264.659.6645.69
Hex682FBA2C4B01B1093c2e
Octal15057272541130334117456
Binary1101000101111101110101011001001011011011100001001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,47,186); }

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

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

 a { background-color: rgb(104,47,186); }

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

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

 span { border-color: rgb(104,47,186); }

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